From 802fb87be8159f97da68aeb2ad79c8e2f3e66977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20=C4=8Cupi=C4=87?= Date: Tue, 17 Sep 2024 20:35:05 +0200 Subject: [PATCH] Require minimum working minor version of Cloudinary PHP SDK --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 72d117e6..4a0e19b1 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ ], "require": { "php": "^8.1", - "cloudinary/cloudinary_php": "^2.0", + "cloudinary/cloudinary_php": "^2.1", "symfony/mime": "^5.4 || ^6.2", "symfony/twig-bundle": "^5.4 || ^6.2", "symfony/framework-bundle": "^5.4 || ^6.2",