-
Notifications
You must be signed in to change notification settings - Fork 827
/
config.subsplit-publish.json
79 lines (79 loc) · 2.59 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
{
"sub-splits": [
{
"name": "ftp",
"directory": "src/Ftp",
"target": "[email protected]:thephpleague/flysystem-ftp.git"
},
{
"name": "sftp",
"directory": "src/PhpseclibV2",
"target": "[email protected]:thephpleague/flysystem-sftp.git"
},
{
"name": "sftp-v3",
"directory": "src/PhpseclibV3",
"target": "[email protected]:thephpleague/flysystem-sftp-v3.git"
},
{
"name": "memory",
"directory": "src/InMemory",
"target": "[email protected]:thephpleague/flysystem-memory.git"
},
{
"name": "local",
"directory": "src/Local",
"target": "[email protected]:thephpleague/flysystem-local.git"
},
{
"name": "ziparchive",
"directory": "src/ZipArchive",
"target": "[email protected]:thephpleague/flysystem-ziparchive.git"
},
{
"name": "aws-s3-v3",
"directory": "src/AwsS3V3",
"target": "[email protected]:thephpleague/flysystem-aws-s3-v3.git"
},
{
"name": "async-aws-s3",
"directory": "src/AsyncAwsS3",
"target": "[email protected]:thephpleague/flysystem-async-aws-s3.git"
},
{
"name": "azure-blob-storage",
"directory": "src/AzureBlobStorage",
"target": "[email protected]:thephpleague/flysystem-azure-blob-storage.git"
},
{
"name": "google-cloud-storage",
"directory": "src/GoogleCloudStorage",
"target": "[email protected]:thephpleague/flysystem-google-cloud-storage.git"
},
{
"name": "readonly",
"directory": "src/ReadOnly",
"target": "[email protected]:thephpleague/flysystem-read-only.git"
},
{
"name": "pathprefixing",
"directory": "src/PathPrefixing",
"target": "[email protected]:thephpleague/flysystem-path-prefixing.git"
},
{
"name": "webdav",
"directory": "src/WebDAV",
"target": "[email protected]:thephpleague/flysystem-webdav.git"
},
{
"name": "adapter-test-utilities",
"directory": "src/AdapterTestUtilities",
"target": "[email protected]:thephpleague/flysystem-adapter-test-utilities.git"
},
{
"name": "gridfs",
"directory": "src/GridFS",
"target": "[email protected]:thephpleague/flysystem-gridfs.git"
}
]
}