Skip to content

Commit 550bce7

Browse files
Allow experimental installs on hhvm@next
1 parent 809306c commit 550bce7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Interfaces for interop with hershel-theodore-layton/sgml-stream",
44
"license": "MIT",
55
"require": {
6-
"hhvm": "^4.102"
6+
"hhvm": ">=4.102"
77
},
88
"require-dev": {
99
"hershel-theodore-layton/portable-hack-ast-linters-server": "<1"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Interfaces for interop with hershel-theodore-layton/sgml-stream",
44
"license": "MIT",
55
"require": {
6-
"hhvm": "^4.102"
6+
"hhvm": ">=4.102"
77
},
88
"require-dev": {},
99
"scripts": {

0 commit comments

Comments
 (0)