From 4637a176b5adfb03f83c409c3f9f566e30426318 Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Thu, 17 Oct 2024 12:46:06 +0200 Subject: [PATCH] Drop PHPUnit from the conflict section (#78) * Drop PHPUnit from the conflict section * Add PHPUnit as a dev dependency --- composer.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 650d829..dff0784 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,8 @@ "require-dev": { "matthiasnoback/symfony-config-test": "^5.0", "symfony/framework-bundle": "^6.3|^7.0", - "symfony/phpunit-bridge": "^6.3.9|^7.0" + "symfony/phpunit-bridge": "^6.3.9|^7.0", + "phpunit/phpunit": "^9.6" }, "minimum-stability": "dev", "autoload": { @@ -34,9 +35,6 @@ "Symfonycasts\\SassBundle\\Tests\\": "tests/" } }, - "conflict": { - "phpunit/phpunit": ">=10" - }, "scripts": { "tools:upgrade": [ "@tools:upgrade:php-cs-fixer",