- #22 Add support for PHP 8.5 Update phpunit/phpunit to version >10.0 Bump version to cleverage/process-bundle ^5.0
- #22 Remove support for PHP 8.1
- #20 Upgrade to Symfony 7.3 & PHP 8.4
- #18 Add ignore_missing option on FileFetchTask that allow throwing Exception when file(s) not found.
- #16 Add missing shared: false on tasks
- #14 Update RemoveFileTask to work with file_pattern or input.
- #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
- #3 Add Makefile & .docker for local standalone usage
- #3 Add rector, phpstan & php-cs-fixer configurations & apply it
- #4 Remove
sidus/base-bundledependency
- Fixed dependencies after removing sidus/base-bundle from the base process bundle
- Initial release