diff --git a/composer.json b/composer.json index 55f3b316..e82c4cf2 100644 --- a/composer.json +++ b/composer.json @@ -23,10 +23,10 @@ "nunomaduro/termwind": "^1.15.1|^2.0.0", "pestphp/pest-plugin": "^2.1.1", "pestphp/pest-plugin-arch": "^2.4.1", - "phpunit/phpunit": "^10.4.2" + "phpunit/phpunit": "^10.5.1" }, "conflict": { - "phpunit/phpunit": ">10.4.2", + "phpunit/phpunit": ">10.5.1", "sebastian/exporter": "<5.1.0", "webmozart/assert": "<1.11.0" }, @@ -53,7 +53,7 @@ "require-dev": { "pestphp/pest-dev-tools": "^2.16.0", "pestphp/pest-plugin-type-coverage": "^2.5.0", - "symfony/process": "^6.3.4" + "symfony/process": "^6.4.0|^7.0.1" }, "minimum-stability": "dev", "prefer-stable": true,