diff --git a/composer.json b/composer.json index 3622e17..1887e43 100644 --- a/composer.json +++ b/composer.json @@ -19,9 +19,9 @@ "require": { "php": "~7.3 || ~7.4 || ~8.0", "ext-intl": "*", - "illuminate/support": "~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0", - "illuminate/session": "~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0", - "illuminate/events": "~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0" + "illuminate/support": "~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0", + "illuminate/session": "~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0", + "illuminate/events": "~5.5.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0" }, "require-dev": { "phpunit/phpunit": "^7.5", @@ -51,4 +51,4 @@ } }, "minimum-stability": "stable" -} +} \ No newline at end of file