From 87b268af179b031bb4b0825db27f6f5baac46bc4 Mon Sep 17 00:00:00 2001 From: Igor Zinovyev Date: Tue, 11 Jun 2024 21:39:13 +0300 Subject: [PATCH] Removed platform restrictions. --- projects/plugins/wpcomsh/composer.json | 3 --- projects/plugins/wpcomsh/composer.lock | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/projects/plugins/wpcomsh/composer.json b/projects/plugins/wpcomsh/composer.json index 5b2ab9108c29a..fb8647b600d15 100644 --- a/projects/plugins/wpcomsh/composer.json +++ b/projects/plugins/wpcomsh/composer.json @@ -120,9 +120,6 @@ "minimum-stability": "dev", "prefer-stable": true, "config": { - "platform": { - "php": "7.4" - }, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true, "composer/installers": true, diff --git a/projects/plugins/wpcomsh/composer.lock b/projects/plugins/wpcomsh/composer.lock index 63789d61402ca..65c2788a0b913 100644 --- a/projects/plugins/wpcomsh/composer.lock +++ b/projects/plugins/wpcomsh/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "040e219da5028c0df7b81e48ff179a9a", + "content-hash": "137d560877478fb8ab732cff68e48bd2", "packages": [ { "name": "automattic/at-pressable-podcasting", @@ -5339,8 +5339,5 @@ "php": ">=7.4" }, "platform-dev": [], - "platform-overrides": { - "php": "7.4" - }, "plugin-api-version": "2.6.0" }