From 8dd2a470efd06d8fbda5045e72e9ba4e5815e92b Mon Sep 17 00:00:00 2001 From: Ciaran McNulty Date: Wed, 10 Feb 2021 09:18:16 +0000 Subject: [PATCH] Remove symfony phpunit bridge (#220) This was added to catch deprecations, which modern PHPUnit does. It also interferes with expectDeprecation's functionality --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index b10c3f92..a2606f1d 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,6 @@ "require-dev": { "symfony/yaml": "~3|~4|~5", - "symfony/phpunit-bridge": "~3|~4|~5", "phpunit/phpunit": "~8|~9", "cucumber/cucumber": "dev-gherkin-17.0.1" },