Skip to content

Commit a318056

Browse files
committed
fix(full): replace abandoned azure-storage-blob with azure-oss/storage
phpbu 6.0.32 migrated its Azure Blob sync adapter from the abandoned microsoft/azure-storage-blob SDK to the maintained azure-oss/storage (sebastianfeldmann/phpbu#402). Bump phpbu to ^6.0.32 and swap the direct require accordingly, removing the abandoned microsoft/azure-storage-* packages from the full image entirely. Verified: composer resolves cleanly under PHP 8.5 (no abandoned packages in the lock, no security advisories) and phpbu's azureblob sync loads AzureOss\Storage\Blob\BlobServiceClient in --simulate. Signed-off-by: Sebastian Mendel <sebastian.mendel@netresearch.de>
1 parent 07fa778 commit a318056

2 files changed

Lines changed: 312 additions & 108 deletions

File tree

app/full/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
],
1616
"require": {
1717
"php": ">=8.5",
18-
"phpbu/phpbu": "^6.0",
18+
"phpbu/phpbu": "^6.0.32",
1919
"aws/aws-sdk-php": "^3.10",
2020
"google/cloud-storage": "^2.0",
21-
"microsoft/azure-storage-blob": "^1.4",
21+
"azure-oss/storage": "^1.9",
2222
"phpseclib/phpseclib": "^3.0",
2323
"sebastianfeldmann/ftp": "^0.9.2",
2424
"kunalvarma05/dropbox-php-sdk": "^0.5",

0 commit comments

Comments
 (0)