diff --git a/composer.json b/composer.json index eafc659..ace9eee 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "type": "library", "require": { - "php": "^7.3.0|^8.0", + "php": ">=7.3.0", "laravel/passport": "^10.1.0" }, "autoload": { diff --git a/src/Middleware/ThrottleRequests.php b/src/Middleware/ThrottleRequests.php index 962034b..f5fe5ed 100644 --- a/src/Middleware/ThrottleRequests.php +++ b/src/Middleware/ThrottleRequests.php @@ -1,4 +1,6 @@ -