From b9f702212e07054f086e660b0056b00334b9f677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 04:30:49 +0000 Subject: [PATCH] Update cloudinary/cloudinary_php requirement from ^1.15 to ^2.7 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.7.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 16241f7..bbaa623 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.7", "ext-json": "*", "php": ">=7.3.0" },