Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 6c5bb76

Browse files
committed
depend on HSL < 4.25 (for now)
1 parent 76d902e commit 6c5bb76

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"facebook/hack-http-request-response-interfaces": "^0.2",
1010
"facebook/hack-codegen": "^4.1.0",
1111
"facebook/definition-finder": "^2.7",
12-
"hhvm/type-assert": "^3.0"
12+
"hhvm/type-assert": "^3.0",
13+
"hhvm/hsl": ">=4.0 <4.25",
14+
"hhvm/hsl-experimental": ">=4.0 <4.25"
1315
},
1416
"require-dev": {
1517
"hhvm/hhast": "^4.6",

0 commit comments

Comments
 (0)