From 560571aaf90f89c3ef2c0f3cec1b925b609ced12 Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Fri, 1 Nov 2019 09:02:21 -0700 Subject: [PATCH] Permit HackTest 2 HackTest supports HHVM 4.8 - but recent fbexpects don't. Allow in 2.5.x so there's a hacktest 2 + HHVM 4.8 combo that works --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4b4c7b0..5f752ba 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "MIT", "require": { "hhvm": "^4.1", - "hhvm/hacktest": "^1.0", + "hhvm/hacktest": "^1.0|^2.0", "hhvm/hsl": "^4.0", "facebook/difflib": "^1.0.0" },