1
0
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:
Ne-Lexa
2021-02-22 19:59:54 +03:00
parent a65fe4579b
commit f67934f95a
2 changed files with 21 additions and 3 deletions

View File

@@ -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