Skip to content

Commit

Permalink
Depend on HHVM 4
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Feb 8, 2019
1 parent 0311747 commit aada239
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 367 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "Hack Codegen is a library for programatically generating Hack code",
"keywords": ["code generation", "Hack"],
"require": {
"hhvm": ">=3.28.0",
"hhvm/hhvm-autoload": "^1.6",
"hhvm/hsl": "^3.28.0"
"hhvm": "^4.0.0",
"hhvm/hhvm-autoload": "^2.0",
"hhvm/hsl": "^4.0"
},
"bin": [ "bin/hh-codegen-verify-signatures" ],
"authors": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"hhvm/hacktest": "^1.0",
"hhvm/type-assert": "^3.1",
"facebook/fbexpect": "^2.1.0",
"hhvm/hhast": "^3.28.0",
"hhvm/hhast": "^4.0",
"facebook/difflib": "^1.0"
}
}
363 changes: 0 additions & 363 deletions composer.lock

This file was deleted.

0 comments on commit aada239

Please sign in to comment.