From 22cbc77b228c94c5fe3b90d3df321c94ca79c0d7 Mon Sep 17 00:00:00 2001 From: amadrocky <42570525+amadrocky@users.noreply.github.com> Date: Thu, 20 Apr 2023 10:54:26 +0200 Subject: [PATCH] Update composer.json Modification of the minimum version required for the "mailjet/mailjet-apiv3-php" bundle because in the "MailjetClient" class on the "master" branch we end up with an error "Warning: Declaration of Mailjet\MailjetBundle\Client\MailjetClient::post(array $resource, array $args = Array, array $options = Array): Mailjet\Response should be compatible with Mailjet\Client::post($resource, array $args = Array, array $options = Array)" because some types are missing. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1d4ad8d..51a3415 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ }, "require": { "php": ">=7.1.3", - "mailjet/mailjet-apiv3-php": "^1.2", + "mailjet/mailjet-apiv3-php": "^1.5.2", "mailjet/mailjet-swiftmailer": "^2.0", "symfony/config": "^4.4|^5.0", "symfony/console": "^4.4|^5.0",