diff --git a/composer.json b/composer.json index e8842b4..feea2fc 100644 --- a/composer.json +++ b/composer.json @@ -32,18 +32,18 @@ }, "require": { "php": "^7.2|^8.0", - "illuminate/auth": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/cache": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/container": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/auth": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/cache": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/container": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { - "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/events": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/events": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "larapack/dd": "^1.1", "mockery/mockery": "^1.3.3", - "phpunit/phpunit": "^8.0|^9.0" + "phpunit/phpunit": "^8.0|^9.0|^10.5" }, "suggest": { "illuminate/console": "Allows running the bouncer:clean artisan command",