diff --git a/composer.json b/composer.json index 4fe7c4b..b8bae5a 100644 --- a/composer.json +++ b/composer.json @@ -32,12 +32,12 @@ }, "minimum-stability": "stable", "require": { - "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { - "phpunit/phpunit": "^7.0|^8.0|^9.0", - "orchestra/testbench": "^3.5|^4.0|^5.0|^7.0|^8.0" + "phpunit/phpunit": "^7.0|^8.0|^9.0|^10.5", + "orchestra/testbench": "^3.5|^4.0|^5.0|^7.0|^8.0|^9.0" }, "suggest": [] }