minor #3035 Use v5.0 of the phpunit bridge (nicolas-grekas)

This PR was merged into the 1.x branch.

Discussion
----------

Use v5.0 of the phpunit bridge

Not critical but still better IMHO :)

Commits
-------

2e6f74af Use v5.0 of the phpunit bridge
This commit is contained in:
Fabien Potencier
2019-05-28 17:27:45 +02:00
+1 -1
View File
@@ -28,7 +28,7 @@
"symfony/polyfill-ctype": "^1.8"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.4.19|^4.1.8",
"symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0",
"symfony/debug": "^2.7",
"psr/container": "^1.0"
},