-
- Downloads
Fix static test issues
README.md
0 → 100644
... | ... | @@ -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": [ | ||
... | ... |
Please sign in to comment