Skip to content

Commit

Permalink
Merge pull request #1359 from mynameisbogdan/flysystem_v2_upgrade_notice
Browse files Browse the repository at this point in the history
Upgrade notice to Flysystem v2
  • Loading branch information
lsmith77 authored Feb 23, 2021
2 parents 56924e4 + d14aa03 commit 7c46972
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ given release.
instead. The corresponding services - `liip_imagine.filter.loader.paste`
and `liip_imagine.filter.loader.image` are *also* deprecated, but not marked
as such. These are both unavailable in Symfony 5.0.
- __\[Composer\]__ Allow [league/flysystem](https://github.com/thephpleague/flysystem) version 2.0.
You can use `league/flysystem` either v1 or v2, but if you're using v1
and want to upgrade to v2 you can simply run `composer require -W liip/imagine-bundle:^2.5 league/flysystem:^2.0`.
You should upgrade flysystem v2 related packages that you're using as well.

## [2.2.0](https://github.com/liip/LiipImagineBundle/blob/2.2.0/CHANGELOG.md#unreleased)

Expand Down

0 comments on commit 7c46972

Please sign in to comment.