mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 16:46:24 +03:00
17 lines
605 B
JSON
17 lines
605 B
JSON
{
|
|
"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"
|
|
},
|
|
"aliases": ["simple-phpunit"]
|
|
}
|