Skip to content
Snippets Groups Projects
Commit 3543a217 authored by Vadim Justus's avatar Vadim Justus
Browse files

Fix static test issues

parent 2abe6338
Branches
Tags
1 merge request!1Introduce semver and static tests
Pipeline #2127 failed
......@@ -13,7 +13,6 @@ declare(strict_types=1);
namespace Workshop\OrderExport\Model\DataMapper;
use Magento\Catalog\Model\ProductTypeList;
use Magento\Sales\Api\Data\OrderInterface;
use Workshop\OrderExport\Model\DataMappingInterface;
......
Example module
......@@ -4,7 +4,8 @@
"type": "magento2-module",
"license": "proprietary",
"require": {
"magento/framework": "103.0.*"
"magento/framework": "102.0.*|103.0.*",
"magento/sales": "102.0.*|103.0.*"
},
"autoload": {
"files": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment