From fd63455ed11e5c51716ad3a405b5710d381639b3 Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Sat, 4 Jan 2025 10:00:36 +0100 Subject: [PATCH] Remove Symfony PHPUnit Bridge and related configuration. Symfony PHPUnit Bridge dependency and its associated configuration were removed from the project. This simplifies the setup by eliminating unused or unnecessary elements, likely aligning with updates in testing practices or dependencies. --- composer.json | 1 - phpunit.xml.dist | 3 --- 2 files changed, 4 deletions(-) diff --git a/composer.json b/composer.json index 381479128..06ae061a5 100644 --- a/composer.json +++ b/composer.json @@ -120,7 +120,6 @@ "symfony/filesystem": "^6.4|^7.0", "symfony/finder": "^6.4|^7.0", "symfony/monolog-bundle": "^3.8", - "symfony/phpunit-bridge": "^6.4|^7.0", "symfony/var-dumper": "^6.4|^7.0", "symfony/yaml": "^6.4|^7.0", "symplify/easy-coding-standard": "^12.0" diff --git a/phpunit.xml.dist b/phpunit.xml.dist index ddc6030b1..7ae39ceac 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -18,9 +18,6 @@ - - -