Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Releases: hostnet/hnDependencyInjectionPlugin

Add doctrine/dbal:3 compatibility

26 Oct 15:48
35552a6
Compare
Choose a tag to compare
  • Adds doctrine/dbal:3 compatibility

Added support for PHP 8, symfony 5

12 Jul 12:27
Compare
Choose a tag to compare

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

05 Nov 09:50
c461bec
Compare
Choose a tag to compare

Removes support for

  • PHP 5.6
  • PHP 7.0
  • Symfony 2
  • Symfony 3

Added support for Symfony 4

03 Aug 13:27
519ca8a
Compare
Choose a tag to compare
Merge pull request #24 from Mvannes/patch-1

Remove one space to ensure the yaml is valid.

Fixed service definition

22 Nov 14:36
Compare
Choose a tag to compare

Fixed service definition

Unix socket support

22 Nov 10:58
Compare
Choose a tag to compare

With this release we have added unix socket support for the connections in symfony 1.1

YAML Compatibility

10 Feb 10:21
Compare
Choose a tag to compare
Merge pull request #16 from hboomsma/feature/yaml

Compatibility with symfony/yaml version 3

Switch to mysqli when mysql is not available

27 Jan 13:11
Compare
Choose a tag to compare

Obeses over missing php-extensions

getRepository

16 Apr 16:05
Compare
Choose a tag to compare
Merge pull request #12 from hboomsma/master

added getRepository to the Action

Bugfix Release

17 Nov 15:59
Compare
Choose a tag to compare

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.