From 89524f99a67f93503210d12f7d9f2b36fd4f3c16 Mon Sep 17 00:00:00 2001 From: Vadim Justus <v.justus@techdivision.com> Date: Sat, 22 Aug 2020 13:35:44 +0200 Subject: [PATCH] Fix static tests --- README.md | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6cb69b3 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Example module diff --git a/composer.json b/composer.json index a69ae48..c545353 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "magento2-module", "license": "proprietary", "require": { - "magento/framework": "103.0.*", + "magento/framework": "102.0.*|103.0.*", "workshop/order-export": "1.0.*" }, "autoload": { -- GitLab