We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5ac96 commit 7f49a9dCopy full SHA for 7f49a9d
composer.json
@@ -1,13 +1,18 @@
1
{
2
"name": "magefan/module-product-label",
3
"description": "Product Label extension for Magento 2",
4
+ "type": "magento2-module",
5
+ "authors": [
6
+ {
7
+ "name": "Magefan",
8
+ "email": "support@magefan.com"
9
+ }
10
+ ],
11
+ "version": "2.0.0",
12
"require": {
13
"magefan/module-community" : ">=2.1.19",
14
"magefan/module-dynamic-product-attributes" : "2.1.0"
15
},
- "type": "magento2-module",
- "license": "EULA",
- "version": "2.0.0",
16
"autoload": {
17
"files": [
18
"registration.php"
0 commit comments