From 73344e670862ca20199e8a632009b07785dfeb6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 02:59:21 +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..e679b91 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.4", "magento/module-ui": "101.1.*", "magento/framework": "102.0.*" },