From 788598c43555d6025eb7cebf2068eff33c775a20 Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Wed, 17 Oct 2018 09:35:57 -0700 Subject: [PATCH] Target HHVM 3.29 --- .travis.yml | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6533181b..2c7dc181 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: php php: - - hhvm-nightly + - hhvm script: - ./.travis.sh notifications: diff --git a/composer.json b/composer.json index 4fe309f8..e50d64a1 100644 --- a/composer.json +++ b/composer.json @@ -7,8 +7,8 @@ "facebook/fbexpect": "^2.0" }, "require": { - "hhvm": "^3.28.0", + "hhvm": "^3.29.0", "hhvm/hhvm-autoload": "^1.4", - "hhvm/hsl": "dev-master" + "hhvm/hsl": "^3.29.0" } }