PHP-DI / Symfony-Bridge

PHP-DI integration with Symfony
http://php-di.org/doc/frameworks/symfony2.html
Other
17 stars 11 forks source link

Fixed missing interface #9

Closed tmihalicka closed 9 years ago

tmihalicka commented 9 years ago

Fixed missing DI\ContainerInterface in version 5 this interface is not exists, used Interop\Container\ContainerInterface instead which implements same logic.

mnapoli commented 9 years ago

Thanks! These changes should go in a release that is compatible with v5.0, so I'll update composer.json too and release a new version.

mnapoli commented 9 years ago

In any case this change is also valid in v4.0 so I'll merge straightaway!

mnapoli commented 9 years ago

Done https://github.com/PHP-DI/Symfony2-Bridge/releases/tag/1.0.3