diff --git a/composer.json b/composer.json index 8314b10a..9a70aaf2 100644 --- a/composer.json +++ b/composer.json @@ -25,12 +25,12 @@ "pestphp/pest-plugin-arch": "^4.0.0", "pestphp/pest-plugin-mutate": "^4.0.1", "pestphp/pest-plugin-profanity": "^4.1.0", - "phpunit/phpunit": "^12.3.15", - "symfony/process": "^7.3.3" + "phpunit/phpunit": "^12.4.0", + "symfony/process": "^7.3.4" }, "conflict": { "filp/whoops": "<2.18.3", - "phpunit/phpunit": ">12.3.15", + "phpunit/phpunit": ">12.4.0", "sebastian/exporter": "<7.0.0", "webmozart/assert": "<1.11.0" }, @@ -56,9 +56,9 @@ }, "require-dev": { "pestphp/pest-dev-tools": "^4.0.0", - "pestphp/pest-plugin-browser": "^4.1.0", + "pestphp/pest-plugin-browser": "^4.1.1", "pestphp/pest-plugin-type-coverage": "^4.0.2", - "psy/psysh": "^0.12.10" + "psy/psysh": "^0.12.12" }, "minimum-stability": "dev", "prefer-stable": true,