From 5e6db0b219becc8d5097ab43504384e1644ffeb0 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 2 Feb 2021 20:30:33 -0800 Subject: [PATCH] Removed platform req --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 0cf1986560..ca49f8f158 100644 --- a/composer.json +++ b/composer.json @@ -108,9 +108,6 @@ "preferred-install": "dist", "sort-packages": true, "optimize-autoloader": true, - "process-timeout": 3000, - "platform": { - "php": "7.2" - } + "process-timeout": 3000 } }