Releases: leroy0211/Slim-Symfony-Dependency-Injection-Bridge
Releases · leroy0211/Slim-Symfony-Dependency-Injection-Bridge
2.0.0-RC1
Changed
This release contains a different approach on how the Slim Framework Services are constructed and added to the Container. It uses a Container Extension to load the services with the XmlFileLoader
, which means that the provided customized ContainerBuilder is obsolete and can be replaced by the original. However it's stil in place for backwards compatibility, and a bit easier configuration.
Removed
Removed EOL php support:
- php55
- php56
- php70