Skip to content

Commit 89469be

Browse files
committed
updated
1 parent a1ade99 commit 89469be

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ env:
1010
- HHVM_VERSION=4.39.0
1111
- HHVM_VERSION=4.40.0
1212
- HHVM_VERSION=4.41.0
13+
- HHVM_VERSION=4.42.0
14+
- HHVM_VERSION=4.43.0
15+
- HHVM_VERSION=4.44.0
1316
- HHVM_VERSION=latest
1417
install:
1518
- docker pull hhvm/hhvm:$HHVM_VERSION

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"hhvm": "^4.35",
2222
"hhvm/hsl": "^4.0",
2323
"hhvm/hsl-experimental": "^4.37",
24-
"hhvm/hhvm-autoload": "^2.0.10",
24+
"hhvm/hhvm-autoload": "^3.0",
2525
"facebook/hack-http-request-response-interfaces": "^0.2",
2626
"nazg/http-server-request-handler": "^0.3.0"
2727
},
2828
"require-dev": {
29-
"hhvm/hacktest": "^2.0.0",
30-
"facebook/fbexpect": "^2.7.3",
31-
"hhvm/hhast": "^4.0.0",
29+
"hhvm/hacktest": "^2.0",
30+
"facebook/fbexpect": "^2.7",
31+
"hhvm/hhast": "^4.0",
3232
"ytake/hungrr": "^0.8"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)