From e170b3914d9057c81e8b34feb81c4081832093a8 Mon Sep 17 00:00:00 2001 From: Patrick Dawkins Date: Fri, 20 Mar 2026 10:37:21 +0000 Subject: [PATCH] fix: update platformsh-client-php to 3.0.0-beta5 Changes from beta2 to beta5: - Support parameters for runtime operations - Fix runtime operation parameters type - Fix incorrect type hint on getAccessToken Co-Authored-By: Claude Opus 4.6 (1M context) --- legacy/composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/legacy/composer.lock b/legacy/composer.lock index 6a5ee672..48a373bd 100644 --- a/legacy/composer.lock +++ b/legacy/composer.lock @@ -920,16 +920,16 @@ }, { "name": "platformsh/client", - "version": "3.0.0-beta2", + "version": "3.0.0-beta5", "source": { "type": "git", "url": "https://github.com/platformsh/platformsh-client-php.git", - "reference": "a4a942450098e20a449867ec1a75e462099560cd" + "reference": "61c1a7439e8c84a65f0077558333c492d834a5d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/platformsh/platformsh-client-php/zipball/a4a942450098e20a449867ec1a75e462099560cd", - "reference": "a4a942450098e20a449867ec1a75e462099560cd", + "url": "https://api.github.com/repos/platformsh/platformsh-client-php/zipball/61c1a7439e8c84a65f0077558333c492d834a5d7", + "reference": "61c1a7439e8c84a65f0077558333c492d834a5d7", "shasum": "" }, "require": { @@ -962,9 +962,9 @@ "description": "Platform.sh API client", "support": { "issues": "https://github.com/platformsh/platformsh-client-php/issues", - "source": "https://github.com/platformsh/platformsh-client-php/tree/3.0.0-beta2" + "source": "https://github.com/platformsh/platformsh-client-php/tree/3.0.0-beta5" }, - "time": "2025-10-19T15:00:32+00:00" + "time": "2026-03-20T09:21:39+00:00" }, { "name": "platformsh/console-form",