Skip to content

Commit 28bfd60

Browse files
#141 Remove FileFetchTask, use cleverage/flysystem-process-bundle instead. league/flysystem-bundle is not required anymore.
1 parent f19ca0c commit 28bfd60

File tree

3 files changed

+8
-146
lines changed

3 files changed

+8
-146
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
v4.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

1419
v4.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

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
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",

src/Task/File/FileFetchTask.php

-142
This file was deleted.

0 commit comments

Comments
 (0)