Add contract splitting

This commit is contained in:
Fabien Potencier
2026-01-08 12:15:34 +01:00
parent 57bec8e96a
commit fa807dd482

View File

@@ -189,7 +189,11 @@
"web-link": "src/Symfony/Component/WebLink",
"webhook": "src/Symfony/Component/Webhook",
"workflow": "src/Symfony/Component/Workflow",
"yaml": "src/Symfony/Component/Yaml"
"yaml": "src/Symfony/Component/Yaml",
"contracts": {
"prefixes": [{ "from": "src/Symfony/Contracts", "to": "" }],
"target_branch": "main"
}
},
"defaults": {
"git_constraint": "<1.8.2"