From d1608bf33d0f9945dd6329775bdf5655dd595e6d Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sun, 20 Apr 2025 21:33:50 +0100 Subject: [PATCH] chore: prepares for 4.x --- composer.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index a4f0f21d..8f6c9c58 100644 --- a/composer.json +++ b/composer.json @@ -17,19 +17,19 @@ } ], "require": { - "php": "^8.2.0", + "php": "^8.3.0", "brianium/paratest": "^7.8.3", "nunomaduro/collision": "^8.8.0", "nunomaduro/termwind": "^2.3.0", - "pestphp/pest-plugin": "^3.0.0", - "pestphp/pest-plugin-arch": "^3.1.0", - "pestphp/pest-plugin-mutate": "^3.0.5", - "phpunit/phpunit": "^11.5.15" + "pestphp/pest-plugin": "^4.0.0", + "pestphp/pest-plugin-arch": "^4.0.0", + "pestphp/pest-plugin-mutate": "^4.0.0", + "phpunit/phpunit": "^12.1.2" }, "conflict": { "filp/whoops": "<2.16.0", - "phpunit/phpunit": ">11.5.15", - "sebastian/exporter": "<6.0.0", + "phpunit/phpunit": ">12.1.2", + "sebastian/exporter": "<7.0.0", "webmozart/assert": "<1.11.0" }, "autoload": { @@ -53,8 +53,8 @@ ] }, "require-dev": { - "pestphp/pest-dev-tools": "^3.4.0", - "pestphp/pest-plugin-type-coverage": "^3.5.0", + "pestphp/pest-dev-tools": "^4.0.0", + "pestphp/pest-plugin-type-coverage": "^4.0.0", "symfony/process": "^7.2.5" }, "minimum-stability": "dev",