From d7cd7152b63ea2d01a52c25bdfff502675db7f08 Mon Sep 17 00:00:00 2001 From: jjergus Date: Tue, 15 Oct 2019 11:26:01 -0700 Subject: [PATCH] depend on HSL < 4.25 (for now) --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 825edeb..8b1196e 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,8 @@ "homepage": "https://github.com/hhvm/hack-router", "require": { "hhvm": "^4.18", - "hhvm/hsl": "^4.0.0", + "hhvm/hsl": ">=4.0 <4.25", + "hhvm/hsl-experimental": ">=4.0 <4.25", "facebook/hack-http-request-response-interfaces": "^0.2" }, "extra": {