From c1aa143f88aeada11f7856195fd0eb66e8ce76b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 05:25:24 +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..f3c6835 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.11", "magento/module-ui": "101.1.*", "magento/framework": "102.0.*" },