diff --git a/composer.json b/composer.json index 414694a..f9bcdaa 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ "require": { "php": "^7.4.15|^8.0", "chrome-php/chrome": "^1.9", - "illuminate/http": "^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "^7.0|^8.0|^9.0|^10.0" + "illuminate/http": "^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0" }, "autoload": { "psr-4": { @@ -38,4 +38,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} \ No newline at end of file +}