-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
split.json
68 lines (68 loc) · 2.08 KB
/
split.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
{
"sub-splits": [
{
"name": "docs",
"directory": "docs",
"target": "[email protected]:cashbox-laravel/docs.git",
"release": false
},
{
"name": "core",
"directory": "src/Core",
"target": "[email protected]:cashbox-laravel/core.git"
},
{
"name": "cash",
"directory": "src/Cash",
"target": "[email protected]:cashbox-laravel/cash.git"
},
{
"name": "sber-auth",
"directory": "src/SberAuth",
"target": "[email protected]:cashbox-laravel/sber-auth.git"
},
{
"name": "sber-online",
"directory": "src/SberOnline",
"target": "[email protected]:cashbox-laravel/sber-online.git",
"release": false
},
{
"name": "sber-qr",
"directory": "src/SberQrCode",
"target": "[email protected]:cashbox-laravel/sber-qr.git"
},
{
"name": "tinkoff-auth",
"directory": "src/TinkoffAuth",
"target": "[email protected]:cashbox-laravel/tinkoff-auth.git"
},
{
"name": "tinkoff-credit",
"directory": "src/TinkoffCredit",
"target": "[email protected]:cashbox-laravel/tinkoff-credit.git"
},
{
"name": "tinkoff-online",
"directory": "src/TinkoffOnline",
"target": "[email protected]:cashbox-laravel/tinkoff-online.git"
},
{
"name": "tinkoff-qr",
"directory": "src/TinkoffQrCode",
"target": "[email protected]:cashbox-laravel/tinkoff-qr.git"
},
{
"name": "driver",
"directory": "src/TemplateDriver",
"target": "[email protected]:cashbox-laravel/driver.git",
"release": false
},
{
"name": "driver-auth",
"directory": "src/TemplateDriverAuth",
"target": "[email protected]:cashbox-laravel/driver-auth.git",
"release": false
}
]
}