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

Commit 355d40b

Browse files
committed
allow new versions of HSL and fbexpect
1 parent 4a58c10 commit 355d40b

File tree

2 files changed

+52
-47
lines changed

2 files changed

+52
-47
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"require": {
66
"hhvm": ">=3.23.0",
77
"hhvm/hhvm-autoload": "^1.5",
8-
"hhvm/hsl": "^1.0.0"
8+
"hhvm/hsl": "^1.0.0|^3.26.0"
99
},
1010
"bin": [ "bin/hh-codegen-verify-signatures" ],
1111
"authors": [
@@ -35,7 +35,7 @@
3535
"phpunit/phpunit": "^5.7",
3636
"91carriage/phpunit-hhi": "^5.6",
3737
"hhvm/type-assert": "^3.1",
38-
"facebook/fbexpect": "^0.4.0",
39-
"hhvm/hhast": "^0.4.0"
38+
"facebook/fbexpect": "^0.4.0|^1.0.0",
39+
"hhvm/hhast": "^0.4.0|^1.0.0"
4040
}
4141
}

composer.lock

Lines changed: 49 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)