From 254c04a51989e16edf0cd5bf2a07b771d304ce3b Mon Sep 17 00:00:00 2001 From: Peter Jaap Blaakmeer Date: Thu, 9 Jun 2022 16:03:01 +0200 Subject: [PATCH] Updated PHP version constraints to include PHP 8.0 and 8.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index adef256..4dcaef5 100755 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "version": "0.4.1", "description":"Belco.io Magento Module to install widget code and sync customer information.", "require": { - "php": "~7.2.0|~7.3.0|~7.4.0", + "php": "~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0", "magento/framework": "*" }, "authors":[