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

Commit 82d0523

Browse files
committed
feature #884 Add phpunit-bridge to handle deprecations (Tobion)
This PR was merged into the 2.7 branch. Discussion ---------- 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). I targeted the 2.7 branch because that is where the phpunit-bridge was released and where symfony added deprecation warnings. Commits ------- c11fad0 Add phpunit-bridge to handle deprecations
2 parents 21564ce + c11fad0 commit 82d0523

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)