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

Commit 2cdbffa

Browse files
committed
Don't target 3.24
1 parent 49f5262 commit 2cdbffa

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22
php:
33
- hhvm
4-
- hhvm-3.24
54
- hhvm-nightly
65
script:
76
- ./.travis.sh

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["hack", "router", "routing", "hhvm"],
55
"homepage": "https://github.com/hhvm/hack-router-codegen",
66
"require": {
7-
"hhvm": "^3.23.0",
7+
"hhvm": "^3.25.0",
88
"facebook/hack-router": ">=0.14",
99
"facebook/hack-codegen": "^3.0.1",
1010
"facebook/definition-finder": "^2.0",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)