container-interop / service-provider

[EXPERIMENTAL] Promoting container/framework interoperability through standard service providers
71 stars 10 forks source link

Allow ^2.0 of psr/container #57

Closed Biont closed 9 months ago

Biont commented 3 years ago

Fixes #56

This seems to be pretty safe since the ServiceProviderInterface never actually interacts with ContainerInterface. Maybe you could even put @stable here, but I did not want to go that far

mindplay-dk commented 9 months ago

Yes, this ought to be merged.

mindplay-dk commented 9 months ago

Can we get this merged and tagged, please?

With the most recent update, version 0.4 transitioned from container-interop/container-interop to the official psr/container, but it currently cannot be installed, as it conflicts with anything and everything requiring psr/container version 2.

Someone just needs to press merge and then add the 0.4.1 tag. (this is not a breaking change.)

@moufmouf @mnapoli anyone? 🙂

moufmouf commented 9 months ago

Done! Thanks a lot and sorry for the loooooong merge time!

XedinUnknown commented 9 months ago

Sorry, I should have caught this, but it went under the radar. We could use some form of communication on this. Hit me up on Twitter if something needs expediting.

@Biont, thank you for this. I'd like to note, however, that @Dhii is moving away from this standard because nobody seems to be using it.