Skip to content

Commit 7f49a9d

Browse files
authored
Update composer.json
1 parent fb5ac96 commit 7f49a9d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
{
22
"name": "magefan/module-product-label",
33
"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",
412
"require": {
513
"magefan/module-community" : ">=2.1.19",
614
"magefan/module-dynamic-product-attributes" : "2.1.0"
715
},
8-
"type": "magento2-module",
9-
"license": "EULA",
10-
"version": "2.0.0",
1116
"autoload": {
1217
"files": [
1318
"registration.php"

0 commit comments

Comments
 (0)