Skip to content

Commit

Permalink
updated (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
ytake authored Sep 9, 2019
1 parent 05dfd5e commit 6046f7b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
20 changes: 8 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@ services:
- docker
env:
matrix:
- HHVM_VERSION=4.4.0
- HHVM_VERSION=4.5.0
- HHVM_VERSION=4.6.0
- HHVM_VERSION=4.7.0
- HHVM_VERSION=4.8.0
- HHVM_VERSION=4.8.0
- HHVM_VERSION=4.9.0
- HHVM_VERSION=4.10.0
- HHVM_VERSION=4.11.0
- HHVM_VERSION=4.12.0
- HHVM_VERSION=4.13.0
- HHVM_VERSION=4.14.0
- HHVM_VERSION=4.14.1
- HHVM_VERSION=4.15.1
- HHVM_VERSION=4.16.2
- HHVM_VERSION=4.17.1
- HHVM_VERSION=4.18.1
- HHVM_VERSION=4.19.0
- HHVM_VERSION=4.20.1
- HHVM_VERSION=4.21.0
- HHVM_VERSION=latest
install:
- docker pull hhvm/hhvm:$HHVM_VERSION
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
}
],
"require": {
"hhvm": "^4.4",
"hhvm/hsl": "^4.",
"hhvm": "^4.12",
"hhvm/hsl": "^4.4",
"hhvm/hsl-experimental": "^4.0",
"hhvm/hhvm-autoload": "^2.0.0",
"facebook/hh-clilib": "^2.0.0",
"hack-psr/psr7-http-message-hhi": "^1.0.0",
"ytake/hungrr": "^0.3.0",
"ytake/hungrr": "^0.4",
"ytake/hhypermedia": "^0.3.2",
"nazg/glue": "^1.1.2",
"nazg/heredity": "^1.4.0",
"nazg/hcache": "^0.2.1",
"nazg/glue": "^1.2",
"nazg/heredity": "^1.4",
"nazg/hcache": "^0.3",
"nazg/http-server-request-handler": "^0.3.0",
"nazg/http-executor": "^0.3.0",
"facebook/hack-router": "^0.18.4 | ^0.19",
Expand Down

0 comments on commit 6046f7b

Please sign in to comment.