From 208fa5defedb0deb99095eaa09a5255bae26a198 Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Fri, 8 Feb 2019 15:24:49 -0800 Subject: [PATCH] Support HHVM 4.0 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 17679eaa..d4530aeb 100644 --- a/composer.json +++ b/composer.json @@ -4,11 +4,11 @@ "license": "MIT", "require-dev": { "hhvm/hacktest": "^1.0", - "facebook/fbexpect": "^2.0" + "facebook/fbexpect": "^2.0", + "hhvm/hhvm-autoload": "^2.0" }, "require": { "hhvm": "^4.0", - "hhvm/hhvm-autoload": "^2.0", - "hhvm/hsl": "dev-master" + "hhvm/hsl": "^4.0" } }