From 3791ce05d0ce815d9806a33a32eb95fc4e8ed12d Mon Sep 17 00:00:00 2001 From: Jisse Reitsma Date: Mon, 18 Nov 2019 11:10:18 +0100 Subject: [PATCH] Remove PHP requirement Remove PHP requirement because it is best practice to only have a dep with Magento itself --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a72fb7a..3e48e26 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,7 @@ ], "require": { "magento/framework": "^101.1|^102.0", - "magento/module-catalog": "^101.0|^102.0|^103.0", - "php": "~7.0.0" + "magento/module-catalog": "^101.0|^102.0|^103.0" }, "autoload": { "files": [ "registration.php" ], @@ -26,4 +25,4 @@ "Aimes\\Notorama\\": "" } } -} \ No newline at end of file +}