Skip to content

Commit 2a9b3ec

Browse files
committed
minor #33 Allow the PHPUnit bridge v4 (dunglas)
This PR was merged into the 3.0-dev branch. Discussion ---------- Allow the PHPUnit bridge v4 Follows 3bf313c. ping @nicolas-grekas Commits ------- 64812c6 Allow the PHPUnit bridge v4
2 parents 3bf313c + 64812c6 commit 2a9b3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"symfony/security-core": "~2.8|~3.0|~4.0"
2121
},
2222
"require-dev": {
23-
"symfony/phpunit-bridge": "~2.8|~3.0",
23+
"symfony/phpunit-bridge": "~2.8|~3.0|~4.0",
2424
"doctrine/common": "~2.2",
2525
"doctrine/dbal": "~2.2",
2626
"psr/log": "~1.0"

0 commit comments

Comments
 (0)