mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-10-23 11:06:12 +02:00
update readme
This commit is contained in:
@@ -783,6 +783,10 @@ Then install updates using `Composer`:
|
||||
```bash
|
||||
composer update nelexa/zip
|
||||
```
|
||||
Update your code to work with the new version:
|
||||
**BC**
|
||||
- removed deprecated classes and methods.
|
||||
- removed `zipalign` functional. This functionality will be placed in a separate package `nelexa/apkfile`.
|
||||
|
||||
#### <a name="Upgrade-v2-to-v3"></a> Upgrade version 2 to version 3.0
|
||||
Update the major version in the file `composer.json` to `^3.0`.
|
||||
@@ -792,9 +796,6 @@ Update the major version in the file `composer.json` to `^3.0`.
|
||||
"nelexa/zip": "^3.0"
|
||||
}
|
||||
}
|
||||
Update your code to work with the new version:
|
||||
**BC**
|
||||
- removed `zipalign` functional. This functionality will be placed in a separate package `nelexa/apkfile`.
|
||||
```
|
||||
Then install updates using `Composer`:
|
||||
```bash
|
||||
|
Reference in New Issue
Block a user