diff --git a/composer.json b/composer.json index 84499c9..8928eb7 100644 --- a/composer.json +++ b/composer.json @@ -23,12 +23,12 @@ } ], "require": { - "php" : "^7.3|^8.0", - "illuminate/support": "^10.0|^9.0|^8.0|^7.0|^6.0|^5.5" + "php": "^7.3|^8.0", + "illuminate/support": "^10.0|^9.0|^8.0|^7.0|^6.0|^5.5|^11.0" }, "require-dev": { "phpunit/phpunit": "^10.0", - "orchestra/testbench": "^7.0" + "orchestra/testbench": "^7.0|^9.0" }, "autoload": { "psr-4": { @@ -49,7 +49,7 @@ "extra": { "laravel": { "providers": [ - "Obiefy\\API\\ApiResponseServiceProvider" + "Obiefy\\API\\ApiResponseServiceProvider" ], "aliases": { "API": "Obiefy\\API\\Facades\\API"