1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-08-31 18:52:02 +02:00

Added changes to changelog.

This commit is contained in:
Ne-Lexa
2017-11-14 15:26:44 +03:00
parent 23addc5695
commit ab41e70d5c
3 changed files with 26 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ Table of contents
+ [Saving a file or output to a browser](#Documentation-Save-Or-Output-Entries)
+ [Closing the archive](#Documentation-Close-Zip-Archive)
- [Running the tests](#Running-Tests)
- [Changelog](#Changelog)
- [Upgrade](#Upgrade)
+ [Upgrade version 2 to version 3.0](#Upgrade-v2-to-v3)
@@ -778,6 +779,9 @@ Run the tests:
```bash
vendor/bin/phpunit -v -c phpunit.xml
```
### <a name="Changelog"></a> Changelog
[Link to Changelog](CHANGELOG.md)
### <a name="Upgrade"></a> Upgrade
#### <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`.