From cc7bc3bf3f7796b1baab7fb1489c61432c8d2703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 04:06:36 +0000 Subject: [PATCH] Update cloudinary/cloudinary_php requirement from ^1.15 to ^2.10 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/1.15.0...2.10.0) --- updated-dependencies: - dependency-name: cloudinary/cloudinary_php 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 35e8ea9..c358e90 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "GPL-2.0-or-later" ], "require": { - "cloudinary/cloudinary_php": "^1.15", + "cloudinary/cloudinary_php": "^2.10", "ext-json": "*", "php": "~8.0 || ~8.1", "typo3/cms-backend": "^11.5",