We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b624d commit fc746d0Copy full SHA for fc746d0
.travis.yml
@@ -5,8 +5,7 @@ os:
5
- linux
6
7
env:
8
- - HHVM_VERSION=4.25-latest
9
- - HHVM_VERSION=4.30-latest
+ - HHVM_VERSION=4.56-latest
10
- HHVM_VERSION=latest
11
- HHVM_VERSION=nightly
12
composer.json
@@ -14,9 +14,9 @@
14
}
15
],
16
"require": {
17
- "hhvm": "^4.25",
18
- "hhvm/hsl": "^4.25",
19
- "hhvm/hsl-experimental": "^4.50"
+ "hhvm": "^4.56",
+ "hhvm/hsl": "^4.40",
+ "hhvm/hsl-experimental": "^4.40"
20
},
21
"require-dev": {
22
"facebook/fbexpect": "^2.7",
0 commit comments