diff --git a/composer.json b/composer.json index dcf26a6..2a517e0 100644 --- a/composer.json +++ b/composer.json @@ -42,17 +42,17 @@ ], "require": { "php": "^8.1.0", - "illuminate/console": "^10.0.0 || ^11.0.0", - "illuminate/database": "^10.0.0 || ^11.0.0", - "illuminate/support": "^10.0.0 || ^11.0.0", + "illuminate/console": "^10.0.0 || ^11.0.0 || ^12.0", + "illuminate/database": "^10.0.0 || ^11.0.0 || ^12.0", + "illuminate/support": "^10.0.0 || ^11.0.0 || ^12.0", "kalnoy/nestedset": "^6.0.0", "rinvex/laravel-support": "^7.0.0", "spatie/laravel-sluggable": "^3.4.0", - "symfony/console": "^6.2.0" + "symfony/console": "^6.2.0 || ^7.2" }, "require-dev": { "codedungeon/phpunit-result-printer": "^0.32.0", - "illuminate/container": "^10.0.0 || ^11.0.0", + "illuminate/container": "^10.0.0 || ^11.0.0 || ^12.0", "phpunit/phpunit": "^10.1.0" }, "autoload": {