From d376d1f1ec90da3c81958db10e45bcbc82aa8435 Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Thu, 21 May 2020 09:06:47 -0700 Subject: [PATCH] permit type-assert v4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3fffa3b..8c8fb45 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "hhvm": "^4.29", "hhvm/hhvm-autoload": "^2.0|^3.0", "hhvm/hsl": "^4.0", - "hhvm/type-assert": "^3.2", + "hhvm/type-assert": "^3.2|^4.0", "hhvm/hhast": "^4.21.4" }, "require-dev": {