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

Commit 7b327e1

Browse files
committed
require HHVM 4.6
1 parent 402f33a commit 7b327e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ sudo: required
22
language: generic
33
services: docker
44
env:
5+
- HHVM_VERSION=4.6-latest
56
- HHVM_VERSION=latest
67
- HHVM_VERSION=nightly
78
install:

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": "^4.0",
7+
"hhvm": "^4.6",
88
"facebook/hack-router": "^0.18",
99
"facebook/hack-http-request-response-interfaces": "^0.2",
1010
"facebook/hack-codegen": "^4.1.0",

0 commit comments

Comments
 (0)