mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
24 lines
925 B
JSON
24 lines
925 B
JSON
{
|
|
"manifests": {
|
|
"symfony/phpunit-bridge": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "phpunit.dist.xml",
|
|
"content": " <bootstrap class=\"Symfony\\Bridge\\PhpUnit\\SymfonyExtension\">\n <parameter name=\"clock-mock-namespaces\" value=\"App\" />\n <parameter name=\"dns-mock-namespaces\" value=\"App\" />\n </bootstrap>",
|
|
"position": "after_target",
|
|
"target": "<extensions>",
|
|
"warn_if_missing": true
|
|
}
|
|
],
|
|
"conflict": {
|
|
"phpunit/phpunit": "<10.0",
|
|
"symfony/framework-bundle": "<5.4"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "56f87409c45ff6654b0bf07c5cc359aebf6016ab"
|
|
}
|
|
}
|
|
}
|