-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.subsplit-publish.json
284 lines (284 loc) · 11.4 KB
/
config.subsplit-publish.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
{
"sub-splits": [
{
"name": "TemplateRenderer",
"directory": "src/TemplateRenderer",
"target": "git@github.com:schranz-templating/template-renderer.git"
},
{
"name": "AuraViewAdapter",
"directory": "src/Adapter/AuraView",
"target": "git@github.com:schranz-templating/aura-view-adapter.git"
},
{
"name": "BladeAdapter",
"directory": "src/Adapter/Blade",
"target": "git@github.com:schranz-templating/blade-adapter.git"
},
{
"name": "BrainyAdapter",
"directory": "src/Adapter/Brainy",
"target": "git@github.com:schranz-templating/brainy-adapter.git"
},
{
"name": "FluidAdapter",
"directory": "src/Adapter/Fluid",
"target": "git@github.com:schranz-templating/fluid-adapter.git"
},
{
"name": "HandlebarsAdapter",
"directory": "src/Adapter/Handlebars",
"target": "git@github.com:schranz-templating/handlebars-adapter.git"
},
{
"name": "LaminasViewAdapter",
"directory": "src/Adapter/LaminasView",
"target": "git@github.com:schranz-templating/laminas-view-adapter.git"
},
{
"name": "LatteAdapter",
"directory": "src/Adapter/Latte",
"target": "git@github.com:schranz-templating/latte-adapter.git"
},
{
"name": "MezzioAdapter",
"directory": "src/Adapter/MezzioTemplate",
"target": "git@github.com:schranz-templating/mezzio-template-adapter.git"
},
{
"name": "MustacheAdapter",
"directory": "src/Adapter/Mustache",
"target": "git@github.com:schranz-templating/mustache-adapter.git"
},
{
"name": "PHPTALAdapter",
"directory": "src/Adapter/PHPTAL",
"target": "git@github.com:schranz-templating/phptal-adapter.git"
},
{
"name": "PlatesAdapter",
"directory": "src/Adapter/Plates",
"target": "git@github.com:schranz-templating/plates-adapter.git"
},
{
"name": "QiqAdapter",
"directory": "src/Adapter/Qiq",
"target": "git@github.com:schranz-templating/qiq-adapter.git"
},
{
"name": "SmartyAdapter",
"directory": "src/Adapter/Smarty",
"target": "git@github.com:schranz-templating/smarty-adapter.git"
},
{
"name": "SpiralViewAdapter",
"directory": "src/Adapter/SpiralView",
"target": "git@github.com:schranz-templating/spiral-view-adapter.git"
},
{
"name": "TwigAdapter",
"directory": "src/Adapter/Twig",
"target": "git@github.com:schranz-templating/twig-adapter.git"
},
{
"name": "YiiViewAdapter",
"directory": "src/Adapter/YiiView",
"target": "git@github.com:schranz-templating/yii-view-adapter.git"
},
{
"name": "LaminasBladeIntegration",
"directory": "src/Integration/Laminas/Blade",
"target": "git@github.com:schranz-templating/laminas-blade-integration.git"
},
{
"name": "LaminasHandlebarsIntegration",
"directory": "src/Integration/Laminas/Handlebars",
"target": "git@github.com:schranz-templating/laminas-handlebars-integration.git"
},
{
"name": "LaminasLaminasViewIntegration",
"directory": "src/Integration/Laminas/LaminasView",
"target": "git@github.com:schranz-templating/laminas-laminas-view-integration.git"
},
{
"name": "LaminasLatteIntegration",
"directory": "src/Integration/Laminas/Latte",
"target": "git@github.com:schranz-templating/laminas-latte-integration.git"
},
{
"name": "LaminasMustacheIntegration",
"directory": "src/Integration/Laminas/Mustache",
"target": "git@github.com:schranz-templating/laminas-mustache-integration.git"
},
{
"name": "LaminasPlatesIntegration",
"directory": "src/Integration/Laminas/Plates",
"target": "git@github.com:schranz-templating/laminas-plates-integration.git"
},
{
"name": "LaminasSmartyIntegration",
"directory": "src/Integration/Laminas/Smarty",
"target": "git@github.com:schranz-templating/laminas-smarty-integration.git"
},
{
"name": "LaminasTwigIntegration",
"directory": "src/Integration/Laminas/Twig",
"target": "git@github.com:schranz-templating/laminas-twig-integration.git"
},
{
"name": "LaravelBladeIntegration",
"directory": "src/Integration/Laravel/Blade",
"target": "git@github.com:schranz-templating/laravel-blade-integration.git"
},
{
"name": "LaravelHandlebarsIntegration",
"directory": "src/Integration/Laravel/Handlebars",
"target": "git@github.com:schranz-templating/laravel-handlebars-integration.git"
},
{
"name": "LaravelLatteIntegration",
"directory": "src/Integration/Laravel/Latte",
"target": "git@github.com:schranz-templating/laravel-latte-integration.git"
},
{
"name": "LaravelMustacheIntegration",
"directory": "src/Integration/Laravel/Mustache",
"target": "git@github.com:schranz-templating/laravel-mustache-integration.git"
},
{
"name": "LaravelPlatesIntegration",
"directory": "src/Integration/Laravel/Plates",
"target": "git@github.com:schranz-templating/laravel-plates-integration.git"
},
{
"name": "LaravelSmartyIntegration",
"directory": "src/Integration/Laravel/Smarty",
"target": "git@github.com:schranz-templating/laravel-smarty-integration.git"
},
{
"name": "LaravelTwigIntegration",
"directory": "src/Integration/Laravel/Twig",
"target": "git@github.com:schranz-templating/laravel-twig-integration.git"
},
{
"name": "SymfonyBladeIntegration",
"directory": "src/Integration/Symfony/Blade",
"target": "git@github.com:schranz-templating/symfony-blade-integration.git"
},
{
"name": "MezzioTwigIntegration",
"directory": "src/Integration/Mezzio/Twig",
"target": "git@github.com:schranz-templating/mezzio-twig-integration.git"
},
{
"name": "MezzioPlatesIntegration",
"directory": "src/Integration/Mezzio/Plates",
"target": "git@github.com:schranz-templating/mezzio-plates-integration.git"
},
{
"name": "MezzioHandlebarsIntegration",
"directory": "src/Integration/Mezzio/Handlebars",
"target": "git@github.com:schranz-templating/mezzio-handlebars-integration.git"
},
{
"name": "MezzioMustacheIntegration",
"directory": "src/Integration/Mezzio/Mustache",
"target": "git@github.com:schranz-templating/mezzio-mustache-integration.git"
},
{
"name": "MezzioSmartyIntegration",
"directory": "src/Integration/Mezzio/Smarty",
"target": "git@github.com:schranz-templating/mezzio-smarty-integration.git"
},
{
"name": "MezzioMezzioIntegration",
"directory": "src/Integration/Mezzio/MezzioTemplate",
"target": "git@github.com:schranz-templating/mezzio-mezzio-template-integration.git"
},
{
"name": "MezzioLatteIntegration",
"directory": "src/Integration/Mezzio/Latte",
"target": "git@github.com:schranz-templating/mezzio-latte-integration.git"
},
{
"name": "MezzioBladeIntegration",
"directory": "src/Integration/Mezzio/Blade",
"target": "git@github.com:schranz-templating/mezzio-blade-integration.git"
},
{
"name": "SymfonyBladeIntegration",
"directory": "src/Integration/Symfony/Blade",
"target": "git@github.com:schranz-templating/symfony-blade-integration.git"
},
{
"name": "SymfonyHandlebarsIntegration",
"directory": "src/Integration/Symfony/Handlebars",
"target": "git@github.com:schranz-templating/symfony-handlebars-integration.git"
},
{
"name": "SymfonyLatteIntegration",
"directory": "src/Integration/Symfony/Latte",
"target": "git@github.com:schranz-templating/symfony-latte-integration.git"
},
{
"name": "SymfonyMustacheIntegration",
"directory": "src/Integration/Symfony/Mustache",
"target": "git@github.com:schranz-templating/symfony-mustache-integration.git"
},
{
"name": "SymfonyPlatesIntegration",
"directory": "src/Integration/Symfony/Plates",
"target": "git@github.com:schranz-templating/symfony-plates-integration.git"
},
{
"name": "SymfonySmartyIntegration",
"directory": "src/Integration/Symfony/Smarty",
"target": "git@github.com:schranz-templating/symfony-smarty-integration.git"
},
{
"name": "SymfonyTwigIntegration",
"directory": "src/Integration/Symfony/Twig",
"target": "git@github.com:schranz-templating/symfony-twig-integration.git"
},
{
"name": "SpiralTwigIntegration",
"directory": "src/Integration/Spiral/Twig",
"target": "git@github.com:schranz-templating/spiral-twig-integration.git"
},
{
"name": "SpiralSmartyIntegration",
"directory": "src/Integration/Spiral/Smarty",
"target": "git@github.com:schranz-templating/spiral-smarty-integration.git"
},
{
"name": "SpiralHandlebarsIntegration",
"directory": "src/Integration/Spiral/Handlebars",
"target": "git@github.com:schranz-templating/spiral-handlebars-integration.git"
},
{
"name": "SpiralMustacheIntegration",
"directory": "src/Integration/Spiral/Mustache",
"target": "git@github.com:schranz-templating/spiral-mustache-integration.git"
},
{
"name": "SpiralPlatesIntegration",
"directory": "src/Integration/Spiral/Plates",
"target": "git@github.com:schranz-templating/spiral-plates-integration.git"
},
{
"name": "SpiralLatteIntegration",
"directory": "src/Integration/Spiral/Latte",
"target": "git@github.com:schranz-templating/spiral-latte-integration.git"
},
{
"name": "SpiralBladeIntegration",
"directory": "src/Integration/Spiral/Blade",
"target": "git@github.com:schranz-templating/spiral-blade-integration.git"
},
{
"name": "SpiralSpiralViewIntegration",
"directory": "src/Integration/Spiral/SpiralView",
"target": "git@github.com:schranz-templating/spiral-spiral-view-integration.git"
}
]
}