From c164633b82bf4aaa2bc580ad250739cc43f9913b Mon Sep 17 00:00:00 2001 From: Shishir <75600200+shishir-intelli@users.noreply.github.com> Date: Tue, 5 Dec 2023 16:03:52 +0530 Subject: [PATCH] Bumped PHP client version to 2.1.3 (#1003) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e49aec0b..bcd12475 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "php": "~8.0.0 || ~8.1.0", "ext-json": "*", - "apigee/apigee-client-php": "^2.1.1", + "apigee/apigee-client-php": "^2.1.3", "drupal/core": "^9.5", "drupal/entity": "^1.0", "drupal/key": "^1.8",