diff --git a/composer.json b/composer.json index c6bcf9b..710f26f 100644 --- a/composer.json +++ b/composer.json @@ -25,9 +25,9 @@ ], "require": { "php": "^7.3|^8.0", - "illuminate/contracts": "^8.0|^9.0|^10.0", - "illuminate/support": "^8.0|^9.0|^10.0", - "illuminate/database": "^8.0|^9.0|^10.0" + "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0", + "illuminate/database": "^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "orchestra/testbench": "^6.0",