Skip to content

Commit 4d0bcb0

Browse files
committed
adjust minimum dependencies
1 parent 1ad16c4 commit 4d0bcb0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@
1111
"license": "MIT",
1212

1313
"require": {
14-
"php": ">=5.4"
14+
"php": ">=7.0"
1515
},
1616

1717
"suggest": {
1818
"ext-iconv": "Used for proper filename encode handling",
19-
"ext-mbstring": "Can be used alternatively for handling filename encoding"
19+
"ext-mbstring": "Can be used alternatively for handling filename encoding",
20+
"ext-bz2": "For bz2 compression",
21+
"ext-zlib": "For zlib compression"
2022
},
2123

2224
"require-dev": {

0 commit comments

Comments
 (0)