Skip to content

Commit 3ffd508

Browse files
committed
Set MailerLite minimum version at 0.3 and added requirement for guzzle6-adaptor as for some reason this wasn't working out the box in the latest version of Statamic v2
1 parent e9aa3e8 commit 3ffd508

File tree

2 files changed

+1125
-133
lines changed

2 files changed

+1125
-133
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "rock-scissor/mailerlite",
33
"require": {
4-
"mailerlite/mailerlite-api-v2-php-sdk": "*"
4+
"mailerlite/mailerlite-api-v2-php-sdk": "0.3.*",
5+
"php-http/guzzle6-adapter": "^2.0"
56
}
67
}

0 commit comments

Comments
 (0)