Commit a318056
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments