Skip to content

Commit 0b94e23

Browse files
authored
Merge pull request SAML-Toolkits#465 from puzzledmonkey/patch-1
Update composer.json to add ext-zlib as a dependency
2 parents b9a777a + 9c39466 commit 0b94e23

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
@@ -21,7 +21,8 @@
2121
"ext-curl": "*",
2222
"ext-openssl": "*",
2323
"ext-dom": "*",
24-
"ext-mcrypt": "*"
24+
"ext-mcrypt": "*",
25+
"ext-zlib": "*"
2526
},
2627
"require-dev": {
2728
"phpunit/phpunit": "4.8",

0 commit comments

Comments
 (0)