laminas / laminas-crypt

Strong cryptography tools and password hashing
https://docs.laminas.dev/laminas-crypt/
BSD 3-Clause "New" or "Revised" License
39 stars 24 forks source link

Replace `container-interop/container-interop` #6

Closed mlapkin closed 4 years ago

mlapkin commented 4 years ago

Replace deprecated container-interop/container-interop with psr/container

"Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead."

froschdesign commented 4 years ago

@mlapkin Thank you for your time and this contribution!

The move to the PSR-11 container interface can be done, but we need to update also the code. See: https://github.com/laminas/laminas-crypt/search?q=Container+Interop

Would you expand this pull request and make the missing adjustments in the code?

(This change needs a new major version.)

mlapkin commented 4 years ago

Force pushed to develop branch in my fork and seems it prevents me from reopening this PR. Will open new one with all required changes.