Skip to content

Releases: cleverage/soap-process-bundle

v3.0

Choose a tag to compare

@xaviermarchegay xaviermarchegay released this 10 Dec 13:33

Add

  • #15 Support PHP 8.5 / Symfony 8

Breaking Changes

  • #15 Drop PHP 8.1 / Symfony 7.3

v2.1

Choose a tag to compare

@njoubert-cleverage njoubert-cleverage released this 21 Aug 14:02
72035cb

Changes

  • #12 Upgrade to Symfony 7.3 & PHP 8.4

v2.0.1

Choose a tag to compare

@njoubert-cleverage njoubert-cleverage released this 07 Mar 09:58
ec0e198

Fixes

  • #10 Add missing shared: false on tasks

v2.0.0

Choose a tag to compare

@njoubert-cleverage njoubert-cleverage released this 17 Dec 14:47
c5c3528

BC breaks

  • #4 Update services according to Symfony best practices.
    Services should not use autowiring or autoconfiguration. Instead, all services should be defined explicitly.
    Services must be prefixed with the bundle alias instead of using fully qualified class names => cleverage_soap_process

Changes

  • #2 Add Makefile & .docker for local standalone usage
  • #2 Add rector, phpstan & php-cs-fixer configurations & apply it
  • #3 Remove sidus/base-bundle dependency