File tree Expand file tree Collapse file tree 3 files changed +8
-146
lines changed
Expand file tree Collapse file tree 3 files changed +8
-146
lines changed Original file line number Diff line number Diff line change 11v4.0
22------
33
4+ ## BC breaks
5+
6+ * Remove FileFetchTask, use cleverage/flysystem-process-bundle instead.
7+
48### Changes
59
610* Update Makefile & .docker for local standalone usage
7- * Update rector, phpstan & php-cs-fixer configurations & apply it.
11+ * Update rector, phpstan & php-cs-fixer configurations & apply it
12+ * league/flysystem-bundle is not required anymore
813
914### Fixes
1015
11- * [ #129 ] ( https://github.com/cleverage/process-bundle/issues/129 ) Remove wrong replace configuration on composer.json. Add missing suggest.
16+ * [ #129 ] ( https://github.com/cleverage/process-bundle/issues/129 ) Remove wrong replace configuration on composer.json. Add missing suggest
1217* Miscellaneous fixes, show full diff : https://github.com/cleverage/process-bundle/compare/v4.0.0-rc2...v4.0.0
1318
1419v4.0-RC2
@@ -35,7 +40,7 @@ v4.0-RC1
3540* Add some phpunit tests
3641* Apply Rector & Phpstan
3742* Add StopwatchTask
38- * Change directory structure. Move Symfony code to /src, documentation to /doc, and tests to /tests.
43+ * Change directory structure. Move Symfony code to /src, documentation to /doc, and tests to /tests
3944
4045### Fixes
4146
Original file line number Diff line number Diff line change 5454 "ext-intl" : " *" ,
5555 "ext-mbstring" : " *" ,
5656 "psr/cache" : " ^1|^2|^3" ,
57- "league/flysystem-bundle" : " ^3.1" ,
5857 "symfony/config" : " ^6.4|^7.1" ,
5958 "symfony/console" : " ^6.4|^7.1" ,
6059 "symfony/dependency-injection" : " ^6.4|^7.1" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments