Skip to content

Commit ba91f55

Browse files
committed
add curl extension dependency
1 parent fa69557 commit ba91f55

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
@@ -15,7 +15,8 @@
1515
}
1616
},
1717
"require": {
18-
"php": ">=5.5.0"
18+
"php": ">=5.5.0",
19+
"ext-curl": "*"
1920
},
2021
"homepage": "https://github.com/Jhut89/Mailchimp-API-3.0-PHP",
2122
"require-dev": {

0 commit comments

Comments
 (0)