Skip to content

Commit aada239

Browse files
committed
Depend on HHVM 4
1 parent 0311747 commit aada239

File tree

2 files changed

+4
-367
lines changed

2 files changed

+4
-367
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"description": "Hack Codegen is a library for programatically generating Hack code",
44
"keywords": ["code generation", "Hack"],
55
"require": {
6-
"hhvm": ">=3.28.0",
7-
"hhvm/hhvm-autoload": "^1.6",
8-
"hhvm/hsl": "^3.28.0"
6+
"hhvm": "^4.0.0",
7+
"hhvm/hhvm-autoload": "^2.0",
8+
"hhvm/hsl": "^4.0"
99
},
1010
"bin": [ "bin/hh-codegen-verify-signatures" ],
1111
"authors": [
@@ -35,7 +35,7 @@
3535
"hhvm/hacktest": "^1.0",
3636
"hhvm/type-assert": "^3.1",
3737
"facebook/fbexpect": "^2.1.0",
38-
"hhvm/hhast": "^3.28.0",
38+
"hhvm/hhast": "^4.0",
3939
"facebook/difflib": "^1.0"
4040
}
4141
}

composer.lock

-363
This file was deleted.

0 commit comments

Comments
 (0)