Releases: PHP-DI/Symfony-Bridge
Releases · PHP-DI/Symfony-Bridge
3.0.0
#19 Require PHP-DI 6 and PHP 7, compatible with Symfony 3 and 4.
2.0.1
#17, #18 Change Kernel::getPHPDIContainer()
from private to protected
2.0.0
- require PHP >= 5.5
- require PHP-DI 5
- require Symfony 3
- #4, #3 Symfony's configuration can now reference PHP-DI entries (and vice-versa)
- the package was renamed from
php-di/symfony2-bridge
to php-di/symfony-bridge
2.0.0-beta1
- require PHP >= 5.5
- require PHP-DI 5
- require Symfony 3
- #4, #3 Symfony's configuration can now reference PHP-DI entries (and vice-versa)
- the package was renamed from
php-di/symfony2-bridge
to php-di/symfony-bridge
1.1.0
Compatibility with PHP-DI 5: #10
1.0.3
#9 Use container-interop interfaces instead of deprecated interfaces (which where removed in PHP-DI 5.0)
1.0.2
Fixes #2: "ContainerAware" controllers don't have the container injected
1.0.1
Fixed the required version for PHP-DI (requires a stable version).
1.0.0
First release, requires PHP-DI 4.0 or higher.