From de259e017051a2fce8a80b593a0bd21f7431d011 Mon Sep 17 00:00:00 2001 From: Nigel James Date: Thu, 9 Apr 2020 01:29:16 +1000 Subject: [PATCH] Tweaking composer.json --- composer.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 7411e52..ba7bcf8 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,7 @@ } ], "require": { + "php": "^7.2", "illuminate/http": "^7.5", "ramsey/uuid": "^4.0" }, @@ -20,10 +21,5 @@ "psr-4": { "MyobPhpSdk\\": "src/MyobPhpSdk/" } - }, - "config": { - "platform": { - "php": "7.2" - } - } + } }