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

Commit 83c92d3

Browse files
committed
require HHVM 4.58
required by hsl-experimental ^4.53
1 parent 3885068 commit 83c92d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: required
22
language: generic
33
services: docker
44
env:
5-
- HHVM_VERSION=4.25-latest
5+
- HHVM_VERSION=4.58-latest
66
- HHVM_VERSION=latest
77
- HHVM_VERSION=nightly
88
install:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Hack Codegen is a library for programatically generating Hack code",
44
"keywords": ["code generation", "Hack"],
55
"require": {
6-
"hhvm": "^4.25",
6+
"hhvm": "^4.58",
77
"hhvm/hhvm-autoload": "^2.0|^3.0",
88
"hhvm/hsl": "^4.0"
99
},

0 commit comments

Comments
 (0)