Skip to content

Commit

Permalink
Add symfony/phpunit-bridge to display depreciations
Browse files Browse the repository at this point in the history
composer require --dev symfony/phpunit-bridge
LDA authored and LDA committed Aug 9, 2024
1 parent 9a5880a commit 93457fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -25,7 +25,8 @@
"phpunit/php-code-coverage": "^9.2",
"symfony/stopwatch": "~2.4",
"fzaninotto/faker": "~1.3",
"doctrine/inflector": "~1.0"
"doctrine/inflector": "~1.0",
"symfony/phpunit-bridge": "^7.1"
},
"autoload": {
"psr-4": {

0 comments on commit 93457fa

Please sign in to comment.