Skip to content

Commit c13162a

Browse files
authored
Merge pull request #63 from Jhut89/code_cleanup
add ext-json to composer.json
2 parents 89c911b + 51fdd22 commit c13162a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"require": {
1818
"php": ">=5.5.0",
19-
"ext-curl": "*"
19+
"ext-curl": "*",
20+
"ext-json": "*"
2021
},
2122
"homepage": "https://github.com/Jhut89/Mailchimp-API-3.0-PHP",
2223
"require-dev": {

composer.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)