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

Changed Hack Collections with Hack Arrays #22

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.25-latest
- HHVM_VERSION=4.50-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 @@ -16,7 +16,7 @@
},
"require-dev": {
"facebook/fbexpect": "^2.0",
"hhvm/hhast": "^4.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, just meant that the new release had to actually be released; this should be automatically picked up based on hhast's own version requirements, now that it's happened.

"hhvm/hhast": "^4.41",
"hhvm/hhvm-autoload": "^2.0.8|^3.0",
"hhvm/hacktest": "^2.0",
"usox/hackttp": "^0.3|^0.4"
Expand Down