From 8a2809ad9b82c71f4bd3ca333a0e9a7e4db0d9c3 Mon Sep 17 00:00:00 2001 From: Renon Stewart Date: Thu, 10 Oct 2019 19:53:22 -0400 Subject: [PATCH] Add support for PHP 7.3 and Magento 2.3.3 --- composer.json | 8 +++++--- etc/config.xml | 17 +++++++++++++++++ 2 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 etc/config.xml diff --git a/composer.json b/composer.json index 1c1c559..1485f29 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,9 @@ "order confirmation page preview", "magento order confirmation styling", "magento checkout tester", - "magento reload success page" + "magento reload success page", + "preview order success page", + "checkout tester magento" ], "license": [ "proprietary" @@ -30,7 +32,7 @@ } ], "require": { - "php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0", + "php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0", "magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*", "magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*" }, @@ -38,7 +40,7 @@ "magepal/magento2-checkout-success-misc-script":"Add miscellaneous HTML and scripts to your checkout success page" }, "type": "magento2-module", - "version": "1.0.8", + "version": "1.0.9", "autoload": { "files": [ "registration.php" diff --git a/etc/config.xml b/etc/config.xml new file mode 100644 index 0000000..8fa86fa --- /dev/null +++ b/etc/config.xml @@ -0,0 +1,17 @@ + + + + + + + 15 + + + +