diff --git a/composer.json b/composer.json index 5db130d..5395380 100644 --- a/composer.json +++ b/composer.json @@ -9,11 +9,11 @@ } ], "require" : { - "illuminate/http": "^6.0|^7.0|^8.0", - "illuminate/pagination": "^6.0|^7.0|^8.0", - "illuminate/contracts": "^6.0|^7.0|^8.0" + "illuminate/http": "^6.0|^7.0|^8.0|^9.0", + "illuminate/pagination": "^6.0|^7.0|^8.0|^9.0", + "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0" }, - "autoload": { + "autoload": { "psr-4": { "ApiHelper\\": "src/" }