Skip to content

Releases: PHP-DI/Symfony-Bridge

3.0.0

05 Mar 20:47
d536a47
Compare
Choose a tag to compare

#19 Require PHP-DI 6 and PHP 7, compatible with Symfony 3 and 4.

2.0.1

09 Jan 13:32
043c7eb
Compare
Choose a tag to compare

#17, #18 Change Kernel::getPHPDIContainer() from private to protected

2.0.0

22 May 13:52
Compare
Choose a tag to compare
  • 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

28 Mar 12:29
Compare
Choose a tag to compare
2.0.0-beta1 Pre-release
Pre-release
  • 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

03 Sep 15:08
Compare
Choose a tag to compare

Compatibility with PHP-DI 5: #10

1.0.3

31 Jul 21:46
Compare
Choose a tag to compare

#9 Use container-interop interfaces instead of deprecated interfaces (which where removed in PHP-DI 5.0)

1.0.2

22 Apr 09:55
Compare
Choose a tag to compare

Fixes #2: "ContainerAware" controllers don't have the container injected

1.0.1

04 Feb 15:02
Compare
Choose a tag to compare

Fixed the required version for PHP-DI (requires a stable version).

1.0.0

04 Feb 14:52
Compare
Choose a tag to compare

First release, requires PHP-DI 4.0 or higher.