From 8598515f99fa83a7748343315a0eb359eec0fb28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 05:00:41 +0000 Subject: [PATCH] Update cloudinary/cloudinary_php requirement from ^1.15 to ^2.14 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.14.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..3933d35 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.14", "ext-json": "*", "php": "~8.0 || ~8.1", "typo3/cms-backend": "^11.5",