From 6b7c9c36fe5738e14c508b77e0366a20bb4581df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 08:05:10 +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..6f2bb9a 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.2.11", "magento/module-ui": "101.1.*", "magento/framework": "102.0.*" },