From 8ae31076aadaf33d9e9b2582856374ecb4a458c7 Mon Sep 17 00:00:00 2001 From: Divyajose <75604843+divya-intelli@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:09:07 +0530 Subject: [PATCH] Bumped client php version to 3.0.2 (#966) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 70f7b9482..6ada24565 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "php": "~8.1.0 || ~8.2.0", "ext-json": "*", - "apigee/apigee-client-php": "^3.0.1", + "apigee/apigee-client-php": "~3.0.2", "drupal/core": "^10.1", "drupal/entity": "^1.0", "drupal/key": "^1.8",