We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad16c4 commit 4d0bcb0Copy full SHA for 4d0bcb0
composer.json
@@ -11,12 +11,14 @@
11
"license": "MIT",
12
13
"require": {
14
- "php": ">=5.4"
+ "php": ">=7.0"
15
},
16
17
"suggest": {
18
"ext-iconv": "Used for proper filename encode handling",
19
- "ext-mbstring": "Can be used alternatively for handling filename encoding"
+ "ext-mbstring": "Can be used alternatively for handling filename encoding",
20
+ "ext-bz2": "For bz2 compression",
21
+ "ext-zlib": "For zlib compression"
22
23
24
"require-dev": {
0 commit comments