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

Commit 0cb3fa0

Browse files
committed
fix HHVM version constraint
1 parent deadc25 commit 0cb3fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/facebook/xhp-lib",
66
"license": ["MIT"],
77
"require": {
8-
"hhvm": "4.0",
8+
"hhvm": "^4.0.0",
99
"hhvm/type-assert": "^3.0"
1010
},
1111
"require-dev": {

0 commit comments

Comments
 (0)