From f1e9d5020adaf69b65a6ab5f2253ee96397ed2a6 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sat, 4 Mar 2023 16:02:37 +0000 Subject: [PATCH] this might be a better version spec --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 60bcb1f..c32def1 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "name": "palepurple/rate-limit", "description": "PHP rate limiting library with Token Bucket Algorithm, originally touhonoob/rate-limit", "require": { - "php": ">=5.6 | 7.* | ^8.1 | ^8.2 " + "php": ">= 5.6" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.7",