From fc52d9bf4b550951939dcb5f68b758eae50f6b5f Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 26 Aug 2022 14:43:22 -0400 Subject: [PATCH 1/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4a02811..b236093 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ }, "config": { "platform": { - "php": "8.0.2" + "php": "^7.2.5|^8.0.2" }, "allow-plugins": { "yiisoft/yii2-composer": true, From cff788af51b2d16bb6f8b3be6c65a2f25ac66a54 Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 26 Aug 2022 14:44:06 -0400 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b236093..0a3a28a 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ }, "config": { "platform": { - "php": "^7.2.5|^8.0.2" + "php": "7.2.5" }, "allow-plugins": { "yiisoft/yii2-composer": true,