From 4f323346a3f832ca1c095d3d4639b276acff8358 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 5 Dec 2025 11:46:49 +0100 Subject: [PATCH] Add split.sh config --- splitsh.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 splitsh.json diff --git a/splitsh.json b/splitsh.json new file mode 100644 index 000000000..f415dd8d4 --- /dev/null +++ b/splitsh.json @@ -0,0 +1,15 @@ +{ + "subtrees": { + "twig-extra-bundle": "extra/twig-extra-bundle", + "cache-extra": "extra/cache-extra", + "cssinliner-extra": "extra/cssinliner-extra", + "html-extra": "extra/html-extra", + "inky-extra": "extra/inky-extra", + "intl-extra": "extra/intl-extra", + "markdown-extra": "extra/markdown-extra", + "string-extra": "extra/string-extra" + }, + "defaults": { + "git_constraint": "<1.8.2" + } +}