From d52665e536278e21e64c4959582eea869e079444 Mon Sep 17 00:00:00 2001 From: Matt Davis <8683207+dmatthew@users.noreply.github.com> Date: Mon, 16 May 2022 08:55:23 -0700 Subject: [PATCH] PHP 8 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5c724f8..bcad1ad 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "dmatthew/magento2-widget-parameters", "description": "Custom widget parameter types for improved CMS Page building", "require": { - "php": "^7.1" + "php": "^7.1||^8.0" }, "type": "magento2-module", "license": [