Skip to content

Commit 3e378fe

Browse files
committed
Add contract splitting
1 parent 3a2a95c commit 3e378fe

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

splitsh.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,11 @@
190190
"web-link": "src/Symfony/Component/WebLink",
191191
"webhook": "src/Symfony/Component/Webhook",
192192
"workflow": "src/Symfony/Component/Workflow",
193-
"yaml": "src/Symfony/Component/Yaml"
193+
"yaml": "src/Symfony/Component/Yaml",
194+
"contracts": {
195+
"prefixes": [{ "from": "src/Symfony/Contracts", "to": "" }],
196+
"target_branch": "3.6"
197+
}
194198
},
195199
"defaults": {
196200
"git_constraint": "<1.8.2"

0 commit comments

Comments
 (0)