We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736c265 commit 813708bCopy full SHA for 813708b
composer.json
@@ -23,6 +23,9 @@
23
"suggest": {
24
"symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
25
},
26
+ "conflict": {
27
+ "phpunit/phpunit": ">=6.0"
28
+ },
29
"autoload": {
30
"files": [ "bootstrap.php" ],
31
"psr-4": { "Symfony\\Bridge\\PhpUnit\\": "" },
0 commit comments