Skip to content

Commit ef9eb68

Browse files
committed
composer: add curl requirement
lib/Saml2/IdPMetadataParser.php uses curl unconditionally
1 parent cf870be commit ef9eb68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919
"require": {
2020
"php": ">=5.3.2",
21+
"ext-curl": "*",
2122
"ext-openssl": "*",
2223
"ext-dom": "*",
2324
"ext-mcrypt": "*"

0 commit comments

Comments
 (0)