amphp / injector

A recursive dependency injector used to bootstrap and wire together S.O.L.I.D., object-oriented PHP applications.
MIT License
31 stars 7 forks source link

Support psr/container ^2.x #14

Closed thgs closed 2 years ago

thgs commented 2 years ago

The only difference I see between psr/container ^1.x and 2.x is the return type bool on ContainerInterface, which seems already implemented by the injector's container like that.

kelunik commented 2 years ago

Thanks!

thgs commented 2 years ago

Thanks as well! @kelunik