diff --git a/CHANGELOG.md b/CHANGELOG.md index 3edca935..05771de6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## 3.1.0 (2021-08-09) +## 3.1.0 (2021-10-03) Improvements: - Add Shopeepay payment method - Add WA and SMS notification diff --git a/Xendit/M2Invoice/composer.json b/Xendit/M2Invoice/composer.json index 55935d7f..f49d5aeb 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", + "php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0", "magento/module-sales": "102.0.*", "magento/module-checkout": "100.3.*", "magento/module-payment": "100.3.*",