From 41403400d1908e8da5ef85f588d1a803873c0b48 Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Tue, 30 Mar 2021 18:44:43 +0200 Subject: [PATCH] Fix config override --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 44420a8..a20c501 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ }, "config": { "platform": { - "php": "7.0.0" + "php": "7.0.33" } }, "scripts": {