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

Commit

Permalink
Update dependencies and metadata
Browse files Browse the repository at this point in the history
- given we're not near a stable release at the moment, stop targetting
LTS versions of HHVM
- allow HSL and HHAST v3.26
  • Loading branch information
fredemmott committed Jun 6, 2018
1 parent cd76b7d commit f691910
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 94 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php
php:
- hhvm
- hhvm-3.24
- hhvm-nightly
script:
- ./.travis.sh
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"keywords": ["hack", "router", "routing", "hhvm"],
"homepage": "https://github.com/hhvm/hack-router",
"require": {
"hhvm": "^3.23.0",
"hhvm": "^3.26.0",
"hack-psr/psr7-http-message-hhi": "^0.2.0|^1.0.0",
"hhvm/hsl": "^1.0.0",
"hhvm/hsl": "^1.0.0|^3.26.0",
"hhvm/hhvm-autoload": "^1.5.3"
},
"extra": {
Expand All @@ -18,7 +18,7 @@
"phpunit/phpunit": "^5.1",
"91carriage/phpunit-hhi": "^5.1",
"zendframework/zend-diactoros": "^1.3",
"facebook/fbexpect": "^0.4.0",
"hhvm/hhast": "^1.0"
"facebook/fbexpect": "^0.4.0|^1.0",
"hhvm/hhast": "^1.0|^3.26.0"
}
}
Loading

0 comments on commit f691910

Please sign in to comment.