Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing results in "Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead." #20

Open
tomschlick opened this issue Feb 19, 2020 · 4 comments

Comments

@tomschlick
Copy link

It looks that the underlying zendframework/zend-validator package is using the container-interop/container-interop package which is now deprecated. The zend validatior package is also now abandoned https://github.com/zendframework/zend-validator

mmucklo/email-parse 2.0.0 email-parse a (reasonably) RFC822 / RF2822-compliant library for batch parsing multiple (and single) email addresses
├──php >=5.6.0
├──psr/log ~1.0
│  └──php >=5.3.0
├──true/punycode ~2.0
│  ├──php >=5.3.0
│  └──symfony/polyfill-mbstring ^1.3
│     └──php >=5.3.3
└──zendframework/zend-validator >=2.0,<=3.0
   ├──container-interop/container-interop ^1.1
   │  └──psr/container ^1.0
   │     └──php >=5.3.0
   ├──php ^7.1
   └──zendframework/zend-stdlib ^3.2.1
      └──php ^5.6 || ^7.0
@mmucklo
Copy link
Owner

mmucklo commented Feb 19, 2020

Looks like the Zend IP address validator needs to be swapped out.

@glensc
Copy link
Contributor

glensc commented Mar 2, 2020

The zend-validator new origin is laminas-validation:

However, it doesn't solve the problem either, as it's just using new name, without changes in this area.

@underdpt
Copy link

Is there any ETA for a new release with this updates?

mmucklo added a commit that referenced this issue Sep 16, 2021
@mmucklo
Copy link
Owner

mmucklo commented Sep 16, 2021

fixed.

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

No branches or pull requests

4 participants