Skip to content

Commit

Permalink
Remove FileFetchTask, use cleverage/flysystem-process-bundle instead.…
Browse files Browse the repository at this point in the history
… league/flysystem-bundle is not required anymore.
  • Loading branch information
njoubert-cleverage committed Oct 17, 2024
1 parent fc12a28 commit 7d815d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 146 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
v4.0
------

## BC breaks

* Remove FileFetchTask, use cleverage/flysystem-process-bundle instead.

### Changes

* Update Makefile & .docker for local standalone usage
* Update rector, phpstan & php-cs-fixer configurations & apply it.
* Update rector, phpstan & php-cs-fixer configurations & apply it
* league/flysystem-bundle is not required anymore

### Fixes

* [#129](https://github.com/cleverage/process-bundle/issues/129) Remove wrong replace configuration on composer.json. Add missing suggest.
* [#129](https://github.com/cleverage/process-bundle/issues/129) Remove wrong replace configuration on composer.json. Add missing suggest
* Miscellaneous fixes, show full diff : https://github.com/cleverage/process-bundle/compare/v4.0.0-rc2...v4.0.0

v4.0-RC2
Expand All @@ -35,7 +40,7 @@ v4.0-RC1
* Add some phpunit tests
* Apply Rector & Phpstan
* Add StopwatchTask
* Change directory structure. Move Symfony code to /src, documentation to /doc, and tests to /tests.
* Change directory structure. Move Symfony code to /src, documentation to /doc, and tests to /tests

### Fixes

Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"ext-intl": "*",
"ext-mbstring": "*",
"psr/cache": "^1|^2|^3",
"league/flysystem-bundle": "^3.1",
"symfony/config": "^6.4|^7.1",
"symfony/console": "^6.4|^7.1",
"symfony/dependency-injection": "^6.4|^7.1",
Expand Down
142 changes: 0 additions & 142 deletions src/Task/File/FileFetchTask.php

This file was deleted.

0 comments on commit 7d815d9

Please sign in to comment.