From a1ba43edb3f3c71dcc9314b945fd184a7a966b40 Mon Sep 17 00:00:00 2001 From: Shishir <75600200+shishir-intelli@users.noreply.github.com> Date: Tue, 5 Dec 2023 16:03:45 +0530 Subject: [PATCH] Bumped PHP client version to 3.0.3 (#1002) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6ada24565..f8480b714 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.2", + "apigee/apigee-client-php": "~3.0.3", "drupal/core": "^10.1", "drupal/entity": "^1.0", "drupal/key": "^1.8",