From 38695afd887ace6a51fdb02dd5e4d90cb16a7d9a Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 11 Jan 2021 15:23:17 +0100 Subject: [PATCH] Do not override the php version Signed-off-by: Christoph Wurst --- composer.json | 5 ----- composer.lock | 5 +---- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 7681ac989..f63d142f1 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,4 @@ { - "config": { - "platform": { - "php": "7.2" - } - }, "require": { "php": ">=7.2", "nextcloud/coding-standard": "^0.3.0" diff --git a/composer.lock b/composer.lock index 90bbf64e7..8e929922d 100644 --- a/composer.lock +++ b/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": "e8b3324adafdb726d8ff8a0027682b03", + "content-hash": "b7fa996863194d22aa03016634893cb2", "packages": [ { "name": "composer/semver", @@ -3277,8 +3277,5 @@ "php": ">=7.2" }, "platform-dev": [], - "platform-overrides": { - "php": "7.2" - }, "plugin-api-version": "2.0.0" }