From 86a0fc3b0776ae939cbb5187600fe45112a7a52a Mon Sep 17 00:00:00 2001 From: Omokwale Sharon Date: Fri, 17 Jun 2022 14:35:51 +0100 Subject: [PATCH] Update PHP version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 01a9dfc..3180025 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ } ], "require": { - "php": "~7.4.0", + "php": "^7.4||^8.1", "magento/framework": "^103", "magento/module-eav": "^102", "magento/module-catalog": "^104"