From 67ab1a5abeb1dc5b0bc838604f9c9e2264fa7e7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:45:59 +0000 Subject: [PATCH] Update dependency getbrevo/brevo-php to v5 --- composer.json | 2 +- composer.lock | 21 ++++++++++++--------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 2ec9069..9768d27 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "php": ">=8.2", - "getbrevo/brevo-php": "^4.0", + "getbrevo/brevo-php": "^5.0", "guzzlehttp/guzzle": "^7.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 06512b3..90e0f4c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "fd0cd54fb88485e2ea81a25ef7bb382b", + "content-hash": "75c434b376245ee07c7afbec53de3028", "packages": [ { "name": "getbrevo/brevo-php", - "version": "4.0.5", + "version": "5.0.2", "source": { "type": "git", "url": "https://github.com/getbrevo/brevo-php.git", - "reference": "752634a448d95bc87b36b39e5ef74c53acf642e9" + "reference": "1b371f9880a2f22889fe1150e5f1fcc498fd3ba1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getbrevo/brevo-php/zipball/752634a448d95bc87b36b39e5ef74c53acf642e9", - "reference": "752634a448d95bc87b36b39e5ef74c53acf642e9", + "url": "https://api.github.com/repos/getbrevo/brevo-php/zipball/1b371f9880a2f22889fe1150e5f1fcc498fd3ba1", + "reference": "1b371f9880a2f22889fe1150e5f1fcc498fd3ba1", "shasum": "" }, "require": { @@ -35,7 +35,7 @@ "friendsofphp/php-cs-fixer": "3.5.0", "guzzlehttp/guzzle": "^7.4", "phpstan/phpstan": "^1.12", - "phpunit/phpunit": "^9.0" + "phpunit/phpunit": "^12.5.22" }, "type": "library", "autoload": { @@ -44,7 +44,10 @@ } }, "notification-url": "https://packagist.org/downloads/", - "description": "Brevo PHP Library", + "license": [ + "MIT" + ], + "description": "Official PHP SDK for the Brevo API.", "keywords": [ "api", "brevo", @@ -52,9 +55,9 @@ ], "support": { "issues": "https://github.com/getbrevo/brevo-php/issues", - "source": "https://github.com/getbrevo/brevo-php/tree/v4.0.5" + "source": "https://github.com/getbrevo/brevo-php/tree/v5.0.2" }, - "time": "2026-02-23T15:42:46+00:00" + "time": "2026-08-10T15:43:20+00:00" }, { "name": "guzzlehttp/guzzle",