Skip to content

Commit 13bd565

Browse files
committed
Issue #28: Add zlib dependency (#29)
1 parent 6035854 commit 13bd565

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"guzzlehttp/guzzle": "~6.1",
1010
"codegyre/robo": "^0.7.1",
1111
"pear/archive_tar": "~1.0",
12-
"ext-curl": "*"
12+
"ext-curl": "*",
13+
"ext-zlib": "*"
1314
},
1415
"autoload": {
1516
"psr-4": {

0 commit comments

Comments
 (0)