Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

29 lines (19 loc) · 1.17 KB

v2.0

BC breaks

  • #5 Replace "oneup/flysystem-bundle": ">1.0,<4.0" by "league/flysystem-bundle": "^3.0"
  • #5 Update Tasks for "league/flysystem-bundle": "^3.0"
  • #6 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_flysystem_process

Changes

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

Fixes

v1.0.1

Fixes

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

v1.0.0

  • Initial release