diff --git a/composer.json b/composer.json index 9aed41b..c6d9bab 100755 --- a/composer.json +++ b/composer.json @@ -11,17 +11,17 @@ ], "require": { "php": "^7.1 || ^8.0", - "illuminate/container": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0", - "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0", - "illuminate/http": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0", - "illuminate/routing": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0", + "illuminate/container": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0 || ^12.0", + "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0 || ^12.0", + "illuminate/http": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0 || ^12.0", + "illuminate/routing": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0 || ^12.0", "cloudconvert/cloudconvert-php": "^3.1.0", "symfony/psr-http-message-bridge": "^1.2|^2.0 || ^7.0", "nyholm/psr7": "^1.2" }, "require-dev": { - "phpunit/phpunit": "^7.0|^8.0|^9.5.10 || ^10.5", - "orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0|^7.0|^8.0 || ^9.0", + "phpunit/phpunit": "^7.0|^8.0|^9.5.10 || ^10.5 || ^11.5.3", + "orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0|^7.0|^8.0 || ^9.0 || ^10.0", "php-http/guzzle7-adapter": "^1.0" }, "autoload": {