From a8c84c28bdf426288dbce524ebb4fffe75972b6a Mon Sep 17 00:00:00 2001 From: pawelknap Date: Fri, 12 May 2023 09:23:52 +0200 Subject: [PATCH] added php8 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c43a6cf..cc0352c 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "OSL-3.0" ], "require": { - "php": "~7.3.0||~7.4.0", + "php": "~7.3.0||~7.4.0||^8.0", "magento/framework": "103.0.*", "magento/module-backend": "102.0.*", "magento/module-checkout": "100.4.*",