Azure / azure-sdk-for-php

Microsoft Azure SDK for PHP
http://azure.microsoft.com/en-us/develop/php/
Apache License 2.0
415 stars 273 forks source link

Outdated packages #1005

Open JohnFF opened 4 years ago

JohnFF commented 4 years ago

When installing with composer, the following alarming messages appear.

Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead. Package microsoft/azure-storage is abandoned, you should avoid using it. Use microsoft/azure-storage-blob;microsoft/azure-storage-queue;microsoft/azure-storage-table;microsoft/azure-storage-file instead. Package zendframework/zend-loader is abandoned, you should avoid using it. Use laminas/laminas-loader instead. Package zendframework/zend-mail is abandoned, you should avoid using it. Use laminas/laminas-mail instead. Package zendframework/zend-mime is abandoned, you should avoid using it. Use laminas/laminas-mime instead. Package zendframework/zend-stdlib is abandoned, you should avoid using it. Use laminas/laminas-stdlib instead. Package zendframework/zend-validator is abandoned, you should avoid using it. Use laminas/laminas-validator instead.

tanerkay commented 4 years ago

This bugged me too, so I made a fork for now. I'd make a PR but I don't know if it's production ready enough for everyone else, all I did was update the vendor packages.

https://github.com/tanerkay/azure-sdk-for-php

Relevant commit: https://github.com/tanerkay/azure-sdk-for-php/commit/5a17732471439e977349cf946ffd9cc15297e2ae

Note: container-interop/container-interop being abandoned is not a worry, it's an extension of psr/container.