From 1b074f4a1c1c78f4c92b45b2db752a73185d2585 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Fri, 24 Sep 2021 12:38:13 -0500 Subject: [PATCH] Lock 3.x to PHP 8.1.x and lower --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e6f440a..7034822 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } ], "require": { - "php": "^5.4 | ^7 | ^8", + "php": "^5.4 | ^7 | ~8.0.0 | ~8.1.0", "ext-json": "*", "paragonie/random_compat": "^1 | ^2 | ^9.99.99", "symfony/polyfill-ctype": "^1.8"