Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Update minimum version
Browse files Browse the repository at this point in the history
Needed for 4.78 which no longer has the vec-like- and dict-like array
node types
  • Loading branch information
fredemmott committed Oct 9, 2020
1 parent 0230ff0 commit 4a62ef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: required
language: generic
services: docker
env:
- HHVM_VERSION=4.73-latest
- HHVM_VERSION=4.78-latest
- HHVM_VERSION=latest
- HHVM_VERSION=nightly
install:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"require": {
"hhvm": "^4.73",
"hhvm": "^4.78",
"hhvm/hhvm-autoload": "^2.0|^3.0",
"hhvm/hsl": "^4.0",
"hhvm/type-assert": "^3.2|^4.0",
Expand Down

0 comments on commit 4a62ef2

Please sign in to comment.