Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.47 KB

File metadata and controls

54 lines (32 loc) · 1.47 KB

v3.0

Changes

  • #14 Add support for PHP 8.5 and Symfony 8.* Update phpunit/phpunit to version >10.0 Bump version to cleverage/process-bundle ^5.0

BC breaks

  • #14 Remove support for PHP 8.1 and Symfony 7.3

v2.1

Changes

  • #12 Upgrade to Symfony 7.3 & PHP 8.4

v2.0.1

Fixes

  • #10 Add missing shared: false on tasks

v2.0

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

Fixes

v1.0.1

Changes

  • Fixed dependencies after removing sidus/base-bundle from the base process bundle

v1.0.0

  • Initial release