Skip to content

Commit cfb88ef

Browse files
Remove hhvm-autload, but retain 4.102 compatibility
1 parent 20acc1a commit cfb88ef

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

composer.dev.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,11 @@
77
"hershel-theodore-layton/sgml-stream": "dev-master || ^2"
88
},
99
"require-dev": {
10-
"hhvm/hhvm-autoload": "^3.2",
1110
"hershel-theodore-layton/portable-hack-ast-linters-server": "<1"
1211
},
1312
"scripts": {
14-
"post-install-cmd": [
15-
".github/workflows/prepare-environment.sh"
16-
],
17-
"post-update-cmd": [
18-
".github/workflows/prepare-environment.sh"
19-
]
13+
"post-install-cmd": [".github/workflows/prepare-environment.sh"],
14+
"post-update-cmd": [".github/workflows/prepare-environment.sh"]
2015
},
2116
"config": {
2217
"allow-plugins": {

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"hhvm": "^4.102",
77
"hershel-theodore-layton/sgml-stream": "dev-master || ^2"
88
},
9-
"require-dev": {
10-
"hhvm/hhvm-autoload": "^3.2"
11-
},
9+
"require-dev": {},
1210
"scripts": {
1311
"post-install-cmd": [
1412
".github/workflows/prepare-environment.sh"

0 commit comments

Comments
 (0)