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

Commit 2fb1dab

Browse files
committed
Update minimum version to 4.63
The next release technically contains breaking changes - however, given that these changes are required by 4.63, bumping the minimum version makes it seem reasonable to do it as a minor update
1 parent 0eb8276 commit 2fb1dab

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.60-latest
5+
- HHVM_VERSION=4.63-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
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"keywords": ["hack", "TypeAssert"],
66
"require": {
7-
"hhvm": "^4.60",
7+
"hhvm": "^4.63",
88
"hhvm/hsl": "^4.0"
99
},
1010
"extra": {

0 commit comments

Comments
 (0)