mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 16:46:24 +03:00
22 lines
691 B
JSON
22 lines
691 B
JSON
{
|
|
"add-lines": [
|
|
{
|
|
"file": "phpunit.dist.xml",
|
|
"content": [
|
|
" <bootstrap class=\"Symfony\\Bridge\\PhpUnit\\SymfonyExtension\">",
|
|
" <parameter name=\"clock-mock-namespaces\" value=\"App\" />",
|
|
" <parameter name=\"dns-mock-namespaces\" value=\"App\" />",
|
|
" </bootstrap>"
|
|
],
|
|
"position": "after_target",
|
|
"target": "<extensions>",
|
|
"warn_if_missing": true
|
|
}
|
|
],
|
|
"conflict": {
|
|
"phpunit/phpunit": "<10.0",
|
|
"symfony/framework-bundle": "<5.4"
|
|
},
|
|
"aliases": ["simple-phpunit"]
|
|
}
|