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
| {
| "sub-splits": [
| {
| "name": "ftp",
| "directory": "src/Ftp",
| "target": "git@github.com:thephpleague/flysystem-ftp.git"
| },
| {
| "name": "sftp",
| "directory": "src/PhpseclibV2",
| "target": "git@github.com:thephpleague/flysystem-sftp.git"
| },
| {
| "name": "sftp-v3",
| "directory": "src/PhpseclibV3",
| "target": "git@github.com:thephpleague/flysystem-sftp-v3.git"
| },
| {
| "name": "memory",
| "directory": "src/InMemory",
| "target": "git@github.com:thephpleague/flysystem-memory.git"
| },
| {
| "name": "ziparchive",
| "directory": "src/ZipArchive",
| "target": "git@github.com:thephpleague/flysystem-ziparchive.git"
| },
| {
| "name": "aws-s3-v3",
| "directory": "src/AwsS3V3",
| "target": "git@github.com:thephpleague/flysystem-aws-s3-v3.git"
| },
| {
| "name": "async-aws-s3",
| "directory": "src/AsyncAwsS3",
| "target": "git@github.com:thephpleague/flysystem-async-aws-s3.git"
| },
| {
| "name": "google-cloud-storage",
| "directory": "src/GoogleCloudStorage",
| "target": "git@github.com:thephpleague/flysystem-google-cloud-storage.git"
| },
| {
| "name": "adapter-test-utilities",
| "directory": "src/AdapterTestUtilities",
| "target": "git@github.com:thephpleague/flysystem-adapter-test-utilities.git"
| }
| ]
| }
|
|