1+ # Upgrading from 2.0 to 3.0
2+
3+ flysystem-bundle 3.0 dropped support for End-Of-Life versions of PHP, Symfony and Flysystem.
4+
5+ No backward incompatible code change have been directly introduced by this bundle version.
6+ You should read the [ Flysystem 3.x changelog] ( https://github.com/thephpleague/flysystem/blob/3.x/CHANGELOG.md )
7+ for any indirect change that may affect you.
8+
9+ The list of changes is the following:
10+
11+ * Dropped support for PHP 7.x ;
12+ * Dropped support for Symfony 4.2 to 5.3 ;
13+ * Dropped support of Flysystem 2.x ;
14+ * Added support for Azure Blob Storage (` league/flysystem-azure-blob-storage ^3.1 ` )
15+
116# Upgrading from 1.0 to 2.0
217
318flysystem-bundle 2.0 introduces backward incompatible changes, meaning you will need to update
@@ -9,26 +24,9 @@ changes. You should read
924
1025In addition to the library updates, the bundle also changed a bit:
1126
12- * Add official support for PHP 8 ;
27+ * Add official support for PHP 8.x ;
1328* Migration to AsyncAWS 1.0 ;
1429* Drop support for PHP 7.1 ;
1530* Drop support for Azure, Dropbox, Rackspace and WebDAV adapters (following the main library) ;
1631* Drop support for null, cache, zip and replicate adapters (following the main library) ;
1732* Drop support for plugins ;
18-
19- # Upgrading from 2.0 to 3.0
20-
21- flysystem-bundle 3.0 relies on Flysystem 3.0, PHP 8.0+ and Flysystem adapters 3.1+.
22-
23- The changes in this version focus on dropping support for EOL versions of PHP and Symfony and
24- adding support for Azure Blob Storage.
25- No new backwards incompatible code changes have been directly introduced by this new bundle version.
26- You should read the [ Flysystem 3.x Change Log] ( https://github.com/thephpleague/flysystem/blob/3.x/CHANGELOG.md )
27- for any changes that may effect you.
28-
29- These changes are;
30-
31- * Added support for Azure Blob Storage (` league/flysystem-azure-blob-storage ^3.1 ` )
32- * Dropped support for PHP 7
33- * Dropped support of ` league/flysystem ^2.0 ` and older Flysystem adapters ` league/flysystem-* ^2.0|3.0.* `
34- * Dropped support for Symfony 4.2 to 5.3
0 commit comments