Skip to content

Commit 37e50c3

Browse files
committed
Cleanup Code, Refactor Options
1 parent fbe6ba5 commit 37e50c3

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
Please see the file LICENSE.md for licensing and warranty information. The
88
latest version of this software is available at the following URL: https://github.com/maennchen/ZipStream-PHP
99

10+
## Upgrade to V1
11+
12+
* All options parameters to all function have been moved from an `array` to structured option objects. Please adjust them accordingly.
13+
* The whole library has been refactored. The minimal PHP requirement has been raised to PHP 7.1.
14+
1015
## Installation
1116
Simply add a dependency on maennchen/zipstream-php to your project's composer.json file if you use Composer to manage the dependencies of your project. Use following command to add the package to your project's dependencies:
1217

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
{
1616
"name": "Jesse Donat",
1717
"email": "[email protected]"
18+
},
19+
{
20+
"name": "András Kolesár",
21+
"email": "[email protected]"
1822
}
1923
],
2024
"require": {

0 commit comments

Comments
 (0)