Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Outdated packages #1005

Open
JohnFF opened this issue Aug 28, 2020 · 1 comment
Open

Outdated packages #1005

JohnFF opened this issue Aug 28, 2020 · 1 comment

Comments

@JohnFF
Copy link

JohnFF commented Aug 28, 2020

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
Copy link

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:
tanerkay@5a17732

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants