This repository has been archived by the owner on Feb 14, 2022. It is now read-only.
Releases: hostnet/hnDependencyInjectionPlugin
Releases · hostnet/hnDependencyInjectionPlugin
Add doctrine/dbal:3 compatibility
Added support for PHP 8, symfony 5
Added support for:
- php 8
- Symfony 5
Dropped support for:
- php 7.2
Remove support for PHP 5.6, 7.0 and Symfony 2, 3
Removes support for
- PHP 5.6
- PHP 7.0
- Symfony 2
- Symfony 3
Added support for Symfony 4
Merge pull request #24 from Mvannes/patch-1 Remove one space to ensure the yaml is valid.
Fixed service definition
Fixed service definition
Unix socket support
With this release we have added unix socket support for the connections in symfony 1.1
YAML Compatibility
Merge pull request #16 from hboomsma/feature/yaml Compatibility with symfony/yaml version 3
Switch to mysqli when mysql is not available
Obeses over missing php-extensions
getRepository
Merge pull request #12 from hboomsma/master added getRepository to the Action
Bugfix Release
Fixed an issue where symfony1 doesn't handle 404 exceptions and the sf1 route was accessed. It would cause a logic exception saying the controller should return a response.