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

Remove deprecated dependency on container-interop #14

Merged
merged 1 commit into from
Dec 4, 2017

Conversation

Brammm
Copy link
Contributor

@Brammm Brammm commented Dec 3, 2017

Container-interop is an extension of the PSR-11 psr/container package. By depending on that interface, we cover more possible PSR-11 containers. Containers still implementing containter-interop remain untouched, as the interface is a mere extension of the psr-11 interface.

Container-interop is an extension of the PSR-11 psr/container package. By depending on that interface, we cover more possible PSR-11 containers. Containers still implementing containter-interop remain untouched, as the interface is a mere extension of the psr-11 interface.

Fix interface in test
@mindplay-dk
Copy link
Owner

Thanks, @Brammm !

In your opinion, is this a breaking change, or can we safely pass it off as a minor release?

@Brammm
Copy link
Contributor Author

Brammm commented Dec 4, 2017

@mindplay-dk I'm pretty sure this is non-breaking, as container-interop simply extends psr/container. The only way it would be breaking is if someone used a container that locks to container-interop 1.0.0 or 1.1.0 (the update to extend psr/container was made in 1.2.0).

@mindplay-dk mindplay-dk merged commit efa2f70 into mindplay-dk:master Dec 4, 2017
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

Successfully merging this pull request may close these issues.

2 participants