From 457b74bb19cd7019873d200b9d60d6dae26c2045 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 05:43:04 +0000 Subject: [PATCH] fix(deps): update dependency php to v8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b036576..4f6a994 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Module for Magento2 provides enhanced ui grid with refresh and conditional filters.", "type": "magento2-module", "require": { - "php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0", + "php": "8.3.7", "magento/module-ui": "101.1.*", "magento/framework": "102.0.*" },