From 7206f87bc928dfee6c2b923c0839309939d4f575 Mon Sep 17 00:00:00 2001 From: Jan Gantzert Date: Sun, 4 Aug 2024 15:50:44 +0200 Subject: [PATCH] add php 8.2 and php 8.3 compat --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1962aed..7d4fe4b 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "magento2-module", "authors": [], "require": { - "php": "~7.1|~8.1", + "php": "~7.1|~8.1|~8.2|~8.3", "magento/module-review": ">=100.2.0" }, "autoload": {