diff --git a/composer.json b/composer.json index b9eed37..4b965d3 100644 --- a/composer.json +++ b/composer.json @@ -17,14 +17,14 @@ ], "require": { "php": "^8.0", - "illuminate/contracts": "^10.0||^11.0", - "illuminate/support": "^10.0||^11.0", - "illuminate/http": "^10.0||^11.0", - "symfony/process": "^6.2||^7.0" + "illuminate/contracts": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0", + "illuminate/http": "^10.0|^11.0", + "symfony/process": "^6.2|^7.0" }, "require-dev": { "brianium/paratest": "^7.0", - "nunomaduro/collision": "^6.1|^7.0", + "nunomaduro/collision": "^7.0|^8.0", "orchestra/testbench": "^8.0|^9.0", "phpunit/phpunit": "^10.0|^11.0", "vimeo/psalm": "^5.0",