Skip to content

Commit 29764e8

Browse files
committed
Add split.sh config
1 parent 41ace00 commit 29764e8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

splitsh.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"subtrees": {
3+
"polyfill-apcu": "src/Apcu",
4+
"polyfill-ctype": "src/Ctype",
5+
"polyfill-php73": "src/Php73",
6+
"polyfill-php74": "src/Php74",
7+
"polyfill-php80": "src/Php80",
8+
"polyfill-php81": "src/Php81",
9+
"polyfill-php82": "src/Php82",
10+
"polyfill-php83": "src/Php83",
11+
"polyfill-php84": "src/Php84",
12+
"polyfill-php85": "src/Php85",
13+
"polyfill-iconv": "src/Iconv",
14+
"polyfill-intl-grapheme": "src/Intl/Grapheme",
15+
"polyfill-intl-icu": "src/Intl/Icu",
16+
"polyfill-intl-idn": "src/Intl/Idn",
17+
"polyfill-intl-messageformatter": "src/Intl/MessageFormatter",
18+
"polyfill-intl-normalizer": "src/Intl/Normalizer",
19+
"polyfill-mbstring": "src/Mbstring",
20+
"polyfill-util": "src/Util",
21+
"polyfill-uuid": "src/Uuid"
22+
}
23+
}

0 commit comments

Comments
 (0)