Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.37 KB

File metadata and controls

36 lines (24 loc) · 1.37 KB

v2.0

Changes

  • #10 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

  • #10 Remove support for PHP 8.1 and Symfony 7.3

v1.1

Changes

  • #8 Upgrade to Symfony 7.3 & PHP 8.4

v1.0.0

  • Initial stable release

BC breaks

  • #3 Bump dependency "cleverage/process-bundle": "^4.0"
  • #5 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_cache_process
  • #1 Rework Tasks & Transfomers using AdapterRegistry

Changes

  • #4 Add Makefile & .docker for local standalone usage
  • #4 Add rector, phpstan & php-cs-fixer configurations & apply it

v0.3

  • Legacy release