From 43107c17436e41e23018ae31705c688168c14784 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 2 Aug 2023 23:01:36 +0100 Subject: [PATCH] chore: bumps phpunit --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 199d047f..23989940 100644 --- a/composer.json +++ b/composer.json @@ -23,11 +23,11 @@ "nunomaduro/termwind": "^1.15.1", "pestphp/pest-plugin": "^2.0.1", "pestphp/pest-plugin-arch": "^2.2.3", - "phpunit/phpunit": "^10.2.6" + "phpunit/phpunit": "^10.2.7" }, "conflict": { "webmozart/assert": "<1.11.0", - "phpunit/phpunit": ">10.2.6" + "phpunit/phpunit": ">10.2.7" }, "autoload": { "psr-4": { @@ -50,7 +50,7 @@ ] }, "require-dev": { - "pestphp/pest-dev-tools": "^2.12.0", + "pestphp/pest-dev-tools": "^2.14.0", "pestphp/pest-plugin-type-coverage": "^2.0.0", "symfony/process": "^6.3.2" },