From c0ab7116b071bbdf38ea2cfce5fb6eacb695dea4 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Mon, 27 Feb 2023 14:09:20 -0800 Subject: [PATCH] Revert "it should not be needed for the config platform" This reverts commit b116a189ffb8de0837f7590595556c24de307f8b. --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 2c1639b..6f1e6ee 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,9 @@ "email": "aws-sdk-common-runtime@amazon.com" } ], + "config": { + "platform": {"php": "7.4"} + }, "minimum-stability": "alpha", "require": { "php": ">=5.5"