From 2c635d64b483287da9adc0dfae20430db25700d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 04:37:23 +0000 Subject: [PATCH] Update cloudinary/cloudinary_php requirement from ^1.15 to ^2.9 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.9.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 1feec89..141e640 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ ], "require": { "typo3/cms-core": "^11", - "cloudinary/cloudinary_php": "^1.15", + "cloudinary/cloudinary_php": "^2.9", "ext-json": "*", "php": ">=7.3.0" },