Skip to content

Commit

Permalink
upgrade to HHVM 4.0.4 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Sandler committed Jul 22, 2019
1 parent f5f07a5 commit 2019c12
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
}
],
"require": {
"hhvm/hsl": "=3.30.0",
"hhvm/hsl-experimental": "=3.30.4",
"facebook/hack-codegen": "4.0.2",
"hhvm/hsl": "^4.0.1",
"hhvm/hsl-experimental": "^4.0.2",
"facebook/hack-codegen": "^4.2.1",
"facebook/hh-clilib": "^2.0.0",
"hhvm/hhvm-autoload": "=1.8"
"hhvm/hhvm-autoload": "^2.0.4"
},
"require-dev": {
"hhvm/hhast": "=3.30.0",
"hhvm/hhast": "=4.0.5",
"facebook/fbexpect": "^2.2.0",
"hhvm/hacktest": "=1.3"
"hhvm/hacktest": "^1.3"
}
}

0 comments on commit 2019c12

Please sign in to comment.