From afeb21ef8d89d0c15a546167aa5c53a8e1407c68 Mon Sep 17 00:00:00 2001 From: Shishir <75600200+shishir-intelli@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:59:14 +0530 Subject: [PATCH] Bumped PHP client version to 2.1.4 (#1042) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bcd12475..be2c650e 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.3", + "apigee/apigee-client-php": "^2.1.4", "drupal/core": "^9.5", "drupal/entity": "^1.0", "drupal/key": "^1.8",