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

Commit fb77710

Browse files
committed
Target HHVM 3.23+
1 parent 894e7d9 commit fb77710

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.hhconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
assume_php=false
2-
enable_experimental_tc_features = safe_pass_by_ref, safe_array, safe_vector_array, contextual_inference
2+
enable_experimental_tc_features =
33
ignored_paths = [ "vendor/.+/tests/.+" ]

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: generic
33
services:
44
- docker
55
env:
6-
- HHVM_VERSION=3.21-lts-latest
76
- HHVM_VERSION=latest
87
- HHVM_VERSION=nightly
98
install:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Convert untyped data to typed data",
44
"keywords": ["hack", "TypeAssert" ],
55
"require": {
6-
"hhvm": "^3.21.0",
6+
"hhvm": "^3.23.0",
77
"hhvm/hsl": "^1.0"
88
},
99
"require-dev": {

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)