Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit c11fad0

Browse files
committed
Add phpunit-bridge to handle deprecations
Even though the standard-edition itself doesn't/shouldn't trigger deprecations, the phpunit bridge should still be included by default as developers will have to deal with deprecations sooner or later anyway (and they could even come from outside of symfony).
1 parent 21564ce commit c11fad0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"incenteev/composer-parameter-handler": "~2.0"
2020
},
2121
"require-dev": {
22-
"sensio/generator-bundle": "~2.3"
22+
"sensio/generator-bundle": "~2.3",
23+
"symfony/phpunit-bridge": "~2.7"
2324
},
2425
"scripts": {
2526
"post-install-cmd": [

0 commit comments

Comments
 (0)