From 5ae13e95ed07f895358983c03fc7fee0bf47d3d8 Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Tue, 21 May 2019 10:56:31 -0700 Subject: [PATCH] Update required (and tested) version to 4.6 Not actually required for this release, but it's a BC break, so don't want 4.5 users to get an automatic update. --- .travis.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 62da68e2f..25802cdc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: required language: generic services: docker env: - - HHVM_VERSION=4.3-latest + - HHVM_VERSION=4.6-latest - HHVM_VERSION=latest - HHVM_VERSION=nightly install: diff --git a/composer.json b/composer.json index 9b744cfcf..8f62d4a7b 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "hhvm/hacktest": "^1.3" }, "require": { - "hhvm": "^4.3", + "hhvm": "^4.6", "hhvm/hsl": "^4.0", "hhvm/hsl-experimental": "^4.5", "hhvm/hhvm-autoload": "^2.0.4",