From d519cb7693ec4a0194a27ca53b7dab528d7aaad8 Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 11 May 2022 06:33:48 +0000 Subject: [PATCH] Fix composer PHP 8 --- Xendit/M2Invoice/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xendit/M2Invoice/composer.json b/Xendit/M2Invoice/composer.json index 506de5f..9a269b1 100644 --- a/Xendit/M2Invoice/composer.json +++ b/Xendit/M2Invoice/composer.json @@ -7,7 +7,7 @@ "GPL-3.0" ], "require": { - "php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0", + "php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.1.0", "magento/module-sales": ">=102.0.3", "magento/module-checkout": ">=100.3.3", "magento/module-payment": ">=100.3.3",