Skip to content

Commit af39932

Browse files
Allow experimental installs on hhvm@next
1 parent 712196a commit af39932

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.hhconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ hackfmt.tabs = false
77
allowed_decl_fixme_codes=2053,4045,4047
88
allowed_fixme_codes_strict=2011,2049,2050,2053,2083,3084,4027,4045,4047,4104,4106,4107,4108,4110,4128,4135,4188,4223,4240,4323,4390,4401
99
check_xhp_attribute = true
10+
disable_xhp_element_mangling = true
11+
enable_xhp_class_modifier = true
1012

1113
; @see .github/workflows/prepare-environment.sh
1214
; requires:4.128

composer.dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "HTML elements for sgml-stream in the HTL\\HTMLStream namespace.",
44
"license": "MIT",
55
"require": {
6-
"hhvm": "^4.102",
6+
"hhvm": ">=4.102",
77
"hershel-theodore-layton/sgml-stream": "dev-master || ^2"
88
},
99
"require-dev": {

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "HTML elements for sgml-stream in the HTL\\HTMLStream namespace.",
44
"license": "MIT",
55
"require": {
6-
"hhvm": "^4.102",
6+
"hhvm": ">=4.102",
77
"hershel-theodore-layton/sgml-stream": "dev-master || ^2"
88
},
99
"require-dev": {},

0 commit comments

Comments
 (0)