Skip to content

Commit 0797936

Browse files
committed
minor #445 Fix phpunit constraint (fabpot)
This PR was merged into the 1.1-dev branch. Discussion ---------- Fix phpunit constraint Commits ------- cde5833 fixed phpunit constraint
2 parents 82e06ac + cde5833 commit 0797936

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
@@ -15,7 +15,7 @@
1515
},
1616
"require-dev": {
1717
"composer/composer": "^1.0.2",
18-
"symfony/phpunit-bridge": "^3.2.8"
18+
"symfony/phpunit-bridge": "^3.4.19|^4.1.8"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)