Skip to content

Commit

Permalink
Remove symfony phpunit bridge (#220)
Browse files Browse the repository at this point in the history
This was added to catch deprecations, which modern PHPUnit does. It also interferes with expectDeprecation's functionality
  • Loading branch information
ciaranmcnulty authored Feb 10, 2021
1 parent 87ead01 commit 8dd2a47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 8dd2a47

Please sign in to comment.