8000 Update to PHPUnit namespaces by peterrehm · Pull Request #21564 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Update to PHPUnit namespaces #21564

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
Updated composer conflict constraint
  • Loading branch information
peterrehm committed Feb 17, 2017
commit 500cd4bc023d884df9b9019868016159728d92fe
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"psr/log": "~1.0"
},
"conflict": {
"phpunit/phpunit": "< 4.8.35 || >=5.0 <=5.4.2"
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
},
"replace": {
"symfony/asset": "self.version",
Expand Down
0