diff --git a/composer.json b/composer.json index 15ab5e2..2cfec59 100755 --- a/composer.json +++ b/composer.json @@ -25,12 +25,12 @@ "silverstripe/framework": "^5", "composer/ca-bundle": "^1.1", "symfony/mailchimp-mailer": "^6.3", - "symbiote/silverstripe-gridfieldextensions": "^4.0" + "symbiote/silverstripe-gridfieldextensions": "^4.0", + "symfony/http-client": "^5.4|^6.0" }, "require-dev": { "phpunit/phpunit": "^9.5", - "squizlabs/php_codesniffer": "^3.5", - "symfony/http-client": "^5.4|^6.0" + "squizlabs/php_codesniffer": "^3.5" }, "extra": { "expose": [ diff --git a/src/thirdparty/Mandrill/Exports.php b/src/thirdparty/Mandrill/Exports.php index db6f3e5..6e25afd 100644 --- a/src/thirdparty/Mandrill/Exports.php +++ b/src/thirdparty/Mandrill/Exports.php @@ -3,6 +3,8 @@ class Mandrill_Exports { + private $master; + public function __construct(Mandrill $master) { $this->master = $master; diff --git a/src/thirdparty/Mandrill/Inbound.php b/src/thirdparty/Mandrill/Inbound.php index 7e920e5..5040a71 100644 --- a/src/thirdparty/Mandrill/Inbound.php +++ b/src/thirdparty/Mandrill/Inbound.php @@ -3,6 +3,8 @@ class Mandrill_Inbound { + private $master; + public function __construct(Mandrill $master) { $this->master = $master; diff --git a/src/thirdparty/Mandrill/Internal.php b/src/thirdparty/Mandrill/Internal.php index 119be69..a8e297b 100644 --- a/src/thirdparty/Mandrill/Internal.php +++ b/src/thirdparty/Mandrill/Internal.php @@ -3,6 +3,8 @@ class Mandrill_Internal { + private $master; + public function __construct(Mandrill $master) { $this->master = $master; diff --git a/src/thirdparty/Mandrill/Ips.php b/src/thirdparty/Mandrill/Ips.php index 7b125c8..787b1b1 100644 --- a/src/thirdparty/Mandrill/Ips.php +++ b/src/thirdparty/Mandrill/Ips.php @@ -3,6 +3,8 @@ class Mandrill_Ips { + private $master; + public function __construct(Mandrill $master) { $this->master = $master; diff --git a/src/thirdparty/Mandrill/Messages.php b/src/thirdparty/Mandrill/Messages.php index 6423cfa..91aed39 100644 --- a/src/thirdparty/Mandrill/Messages.php +++ b/src/thirdparty/Mandrill/Messages.php @@ -3,6 +3,8 @@ class Mandrill_Messages { + private $master; + public function __construct(Mandrill $master) { $this->master = $master; diff --git a/src/thirdparty/Mandrill/Metadata.php b/src/thirdparty/Mandrill/Metadata.php index b5e0b75..07d4a0d 100644 --- a/src/thirdparty/Mandrill/Metadata.php +++ b/src/thirdparty/Mandrill/Metadata.php @@ -3,6 +3,8 @@ class Mandrill_Metadata { + private $master; + public function __construct(Mandrill $master) { $this->master = $master; diff --git a/src/thirdparty/Mandrill/Rejects.php b/src/thirdparty/Mandrill/Rejects.php index 2359e37..b8fe69e 100644 --- a/src/thirdparty/Mandrill/Rejects.php +++ b/src/thirdparty/Mandrill/Rejects.php @@ -3,6 +3,8 @@ class Mandrill_Rejects { + private $master; + public function __construct(Mandrill $master) { $this->master = $master; diff --git a/src/thirdparty/Mandrill/Senders.php b/src/thirdparty/Mandrill/Senders.php index 7f2b2aa..f42607e 100644 --- a/src/thirdparty/Mandrill/Senders.php +++ b/src/thirdparty/Mandrill/Senders.php @@ -3,6 +3,8 @@ class Mandrill_Senders { + private $master; + public function __construct(Mandrill $master) { $this->master = $master; diff --git a/src/thirdparty/Mandrill/Subaccounts.php b/src/thirdparty/Mandrill/Subaccounts.php index 60b8ef8..c7f84b2 100644 --- a/src/thirdparty/Mandrill/Subaccounts.php +++ b/src/thirdparty/Mandrill/Subaccounts.php @@ -3,6 +3,8 @@ class Mandrill_Subaccounts { + private $master; + public function __construct(Mandrill $master) { $this->master = $master; diff --git a/src/thirdparty/Mandrill/Tags.php b/src/thirdparty/Mandrill/Tags.php index 1089987..72a09b4 100644 --- a/src/thirdparty/Mandrill/Tags.php +++ b/src/thirdparty/Mandrill/Tags.php @@ -3,6 +3,8 @@ class Mandrill_Tags { + private $master; + public function __construct(Mandrill $master) { $this->master = $master; diff --git a/src/thirdparty/Mandrill/Templates.php b/src/thirdparty/Mandrill/Templates.php index fee9ac0..8e01bc7 100644 --- a/src/thirdparty/Mandrill/Templates.php +++ b/src/thirdparty/Mandrill/Templates.php @@ -3,6 +3,8 @@ class Mandrill_Templates { + private $master; + public function __construct(Mandrill $master) { $this->master = $master; diff --git a/src/thirdparty/Mandrill/Urls.php b/src/thirdparty/Mandrill/Urls.php index 4f04c94..ed69e61 100644 --- a/src/thirdparty/Mandrill/Urls.php +++ b/src/thirdparty/Mandrill/Urls.php @@ -3,6 +3,8 @@ class Mandrill_Urls { + private $master; + public function __construct(Mandrill $master) { $this->master = $master; diff --git a/src/thirdparty/Mandrill/Users.php b/src/thirdparty/Mandrill/Users.php index 99c9fc5..9eae9b8 100644 --- a/src/thirdparty/Mandrill/Users.php +++ b/src/thirdparty/Mandrill/Users.php @@ -3,6 +3,8 @@ class Mandrill_Users { + private $master; + public function __construct(Mandrill $master) { $this->master = $master; diff --git a/src/thirdparty/Mandrill/Webhooks.php b/src/thirdparty/Mandrill/Webhooks.php index 0727d04..4d014ac 100644 --- a/src/thirdparty/Mandrill/Webhooks.php +++ b/src/thirdparty/Mandrill/Webhooks.php @@ -3,6 +3,8 @@ class Mandrill_Webhooks { + private $master; + public function __construct(Mandrill $master) { $this->master = $master; diff --git a/src/thirdparty/Mandrill/Whitelists.php b/src/thirdparty/Mandrill/Whitelists.php index fdd302c..fc02e98 100644 --- a/src/thirdparty/Mandrill/Whitelists.php +++ b/src/thirdparty/Mandrill/Whitelists.php @@ -3,6 +3,8 @@ class Mandrill_Whitelists { + private $master; + public function __construct(Mandrill $master) { $this->master = $master;