Files
symfony-flex-recipes/doctrine/deprecations/1.0/manifest.json
T

12 lines
404 B
JSON

{
"add-lines": [
{
"file": "phpunit.dist.xml",
"content": " <method>Doctrine\\Deprecations\\Deprecation::trigger</method>\n <method>Doctrine\\Deprecations\\Deprecation::delegateTriggerToBackend</method>",
"position": "after_target",
"target": "<deprecationTrigger>",
"warn_if_missing": false
}
]
}