diff --git a/composer.json b/composer.json index fe46ab3..982335e 100644 --- a/composer.json +++ b/composer.json @@ -21,12 +21,12 @@ ], "require": { "php": ">=7.2.5", - "illuminate/support": "^8|^9", - "illuminate/config": "^8|^9", - "symfony/finder": "^5", - "symfony/console": "^5", + "illuminate/support": "^8|^9|^10", + "illuminate/config": "^8|^9|^10", + "symfony/finder": "^5|^6", + "symfony/console": "^5|^6", "aws/aws-sdk-php": "~3.2", - "laravel/framework": "^8|^9" + "laravel/framework": "^8|^9|^10" }, "require-dev": { "phpunit/phpunit": "^9.0",