From febf3e56fa42e6c688711d84ea6e5509d6f2ee81 Mon Sep 17 00:00:00 2001 From: quarties Date: Mon, 27 May 2024 18:27:36 +0200 Subject: [PATCH] PP-10954 - update php requirements --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7ee029c..26ca72d 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "livechat/module-magento-livechat", "require": { - "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0", + "php": "~5.5.0|~5.6.0|^7.0.0|^8.1.0", "magento/module-store": "100.*|101.*", "magento/module-customer": "100.*|101.*|102.*|103.*", "magento/module-checkout": "100.*", @@ -11,7 +11,7 @@ "magento/framework": "100.*|101.*|102.*|103.*" }, "type": "magento2-module", - "version": "2.4.9", + "version": "2.4.10", "license": [ "OSL-3.0", "AFL-3.0"