From 1d2fa046364b278f101143aa3b198d9e48bf4ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 15:57:00 +0000 Subject: [PATCH] composer: update pear/mail requirement from >=1.3 to >=2.0.0 Updates the requirements on [pear/mail](https://github.com/pear/Mail) to permit the latest version. - [Release notes](https://github.com/pear/Mail/releases) - [Commits](https://github.com/pear/Mail/compare/1.3.0...v2.0.0) --- updated-dependencies: - dependency-name: pear/mail dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f657a8f..1ebb6eb 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "require": { "php": ">=7", "ext-intl": "*", - "pear/mail": ">=1.3", + "pear/mail": ">=2.0.0", "pear/mail_mime": ">=1.10", "composer-runtime-api": "*" },