From 462a96fa2e30abd87439b4cad1cd857be5e64874 Mon Sep 17 00:00:00 2001 From: Frank de Jonge Date: Sat, 12 Feb 2022 13:13:33 +0100 Subject: [PATCH] Publish sub-split for Azure Blob Storage --- .gitattributes | 1 + config.subsplit-publish.json | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index cff2e5981..099507c57 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,6 +20,7 @@ /src/PhpseclibV2 export-ignore /src/PhpseclibV3 export-ignore /src/AdapterTestUtilities export-ignore +/src/AzureBlobStorage export-ignore /src/ZipArchive export-ignore /.gitattributes export-ignore /.gitignore export-ignore diff --git a/config.subsplit-publish.json b/config.subsplit-publish.json index b0de91ee2..4328efca5 100644 --- a/config.subsplit-publish.json +++ b/config.subsplit-publish.json @@ -35,6 +35,11 @@ "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",