Add neutral diagnostic framework for future reporting modules: - DiagnosticReporterInterface, Registry, Manager, PayloadSanitizer - Laravel exception hook in bootstrap/app.php - Module permission declarations (requires_permissions in module.json) - Core diagnostic report points (module boot/install/update failures) - Module documentation update (moduldoku.md) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
79 lines
2.6 KiB
JSON
79 lines
2.6 KiB
JSON
{
|
|
"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": "local",
|
|
"directory": "src/Local",
|
|
"target": "git@github.com:thephpleague/flysystem-local.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": "azure-blob-storage",
|
|
"directory": "src/AzureBlobStorage",
|
|
"target": "git@github.com:thephpleague/flysystem-azure-blob-storage.git"
|
|
},
|
|
{
|
|
"name": "google-cloud-storage",
|
|
"directory": "src/GoogleCloudStorage",
|
|
"target": "git@github.com:thephpleague/flysystem-google-cloud-storage.git"
|
|
},
|
|
{
|
|
"name": "readonly",
|
|
"directory": "src/ReadOnly",
|
|
"target": "git@github.com:thephpleague/flysystem-read-only.git"
|
|
},
|
|
{
|
|
"name": "pathprefixing",
|
|
"directory": "src/PathPrefixing",
|
|
"target": "git@github.com:thephpleague/flysystem-path-prefixing.git"
|
|
},
|
|
{
|
|
"name": "webdav",
|
|
"directory": "src/WebDAV",
|
|
"target": "git@github.com:thephpleague/flysystem-webdav.git"
|
|
},
|
|
{
|
|
"name": "adapter-test-utilities",
|
|
"directory": "src/AdapterTestUtilities",
|
|
"target": "git@github.com:thephpleague/flysystem-adapter-test-utilities.git"
|
|
},
|
|
{
|
|
"name": "gridfs",
|
|
"directory": "src/GridFS",
|
|
"target": "git@github.com:thephpleague/flysystem-gridfs.git"
|
|
}
|
|
]
|
|
}
|