From a81cb4018f78535fcc4949fa436ef176ec0452b3 Mon Sep 17 00:00:00 2001 From: Parth Thummar Date: Fri, 25 Nov 2022 16:18:50 -0500 Subject: [PATCH] Added Support for PHP 8.1 to work with theme --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cc77fd3..a732408 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Helper functions and custom Magento 2 UI components", "type": "magento2-module", "require": { - "php": "~5.5|~7.0.0|7.0.2|7.0.4|~7.0.6|~7.1" + "php": "~5.5.0|~5.6.0|~7.0.0|~7.0.2|~7.0.4|~7.0.6|~7.1|~8.1", }, "license": "GPL-3.0-or-later", "authors": [