From 092cc6667ec591ec411bb09a6b9b162bb8d88ac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 04:05:16 +0000 Subject: [PATCH] Update cloudinary/cloudinary_php requirement from ^2 to ^3 Updates the requirements on [cloudinary/cloudinary_php](https://github.com/cloudinary/cloudinary_php) to permit the latest version. - [Release notes](https://github.com/cloudinary/cloudinary_php/releases) - [Changelog](https://github.com/cloudinary/cloudinary_php/blob/master/CHANGELOG.md) - [Commits](https://github.com/cloudinary/cloudinary_php/compare/2.0...3.1.3) --- updated-dependencies: - dependency-name: cloudinary/cloudinary_php dependency-version: 3.1.3 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 226d825..ebe8568 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "GPL-2.0-or-later" ], "require": { - "cloudinary/cloudinary_php": "^2", + "cloudinary/cloudinary_php": "^3", "ext-json": "*", "php": ">= 8.1 < 8.5", "typo3/cms-backend": "^12.4",