From fc746d0c0664f9af3fb5ccf2b7f43426323f1d4e Mon Sep 17 00:00:00 2001 From: azjezz Date: Sat, 9 May 2020 11:40:32 +0100 Subject: [PATCH] bump hhvm version --- .travis.yml | 3 +-- composer.json | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2354d8a..c8ff078 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,7 @@ os: - linux env: - - HHVM_VERSION=4.25-latest - - HHVM_VERSION=4.30-latest + - HHVM_VERSION=4.56-latest - HHVM_VERSION=latest - HHVM_VERSION=nightly diff --git a/composer.json b/composer.json index 3ab1fd6..4afd560 100644 --- a/composer.json +++ b/composer.json @@ -14,9 +14,9 @@ } ], "require": { - "hhvm": "^4.25", - "hhvm/hsl": "^4.25", - "hhvm/hsl-experimental": "^4.50" + "hhvm": "^4.56", + "hhvm/hsl": "^4.40", + "hhvm/hsl-experimental": "^4.40" }, "require-dev": { "facebook/fbexpect": "^2.7",