diff --git a/composer.json b/composer.json index 7976d87..29aa27d 100644 --- a/composer.json +++ b/composer.json @@ -19,10 +19,10 @@ "php": "^8.2", "composer-runtime-api": "^2.0", "composer/class-map-generator": "^1.4", - "illuminate/console": "^10.17.1 || ^11.0", - "illuminate/contracts": "^10.17.1 || ^11.0", - "illuminate/filesystem": "^10.17.1 || ^11.0", - "illuminate/support": "^10.17.1 || ^11.0", + "illuminate/console": "^11.0", + "illuminate/contracts": "^11.0", + "illuminate/filesystem": "^11.0", + "illuminate/support": "^11.0", "laravel/prompts": "^0.3.1", "phpstan/phpdoc-parser": "^2.0", "spatie/fork": "^1.1", @@ -30,14 +30,14 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.7", - "nunomaduro/collision": "^7.7 || ^8.0", + "nunomaduro/collision": "^8.0", "larastan/larastan": "^3.0", - "orchestra/testbench": "^8.0 || ^9.0", + "orchestra/testbench": "^9.0", "pestphp/pest": "^2.12", "pestphp/pest-plugin-laravel": "^2.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^2.0", - "spatie/laravel-data": "^3.0 || ^4.0", + "spatie/laravel-data": "^4.0", "spatie/pest-plugin-snapshots": "^2.0.1", "test-laravel/test-laravel": "*" },