diff --git a/composer.json b/composer.json index 10c33bb..8de868e 100644 --- a/composer.json +++ b/composer.json @@ -22,12 +22,12 @@ ], "require": { "php": ">=5.6.4", - "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "guzzlehttp/guzzle": "~6.0|^7.0" }, "require-dev": { - "phpunit/phpunit": "^5.3|^9.5.10", - "orchestra/testbench": "~3.0|^8.0" + "phpunit/phpunit": "^5.3|^9.5.10|^10.5", + "orchestra/testbench": "~3.0|^8.0|^9.0" }, "autoload": { "psr-4": {