Skip to content

Commit 7f6ffe2

Browse files
committed
IMP: composer meta
1 parent 925132f commit 7f6ffe2

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

composer.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
{
22
"name": "mooore/magento2-module-add-to-cart-notification",
3-
"description": "",
43
"license": "MIT",
4+
"type": "magento2-module",
5+
"description": "",
6+
"readme": "README.md",
7+
"keywords": [
8+
"magento2",
9+
"add-to-cart",
10+
"message"
11+
],
12+
"authors": [
13+
{
14+
"name": "Mooore Digital",
15+
"email": "info@mooore.nl",
16+
"homepage": "https://www.mooore.nl"
17+
}
18+
],
519
"require": {
620
"magento/module-catalog": "*",
721
"magento/module-checkout": "*"
822
},
9-
"type": "magento2-module",
1023
"autoload": {
1124
"files": [
1225
"registration.php"
@@ -15,4 +28,4 @@
1528
"Mooore\\AddToCartNotification\\": ""
1629
}
1730
}
18-
}
31+
}

0 commit comments

Comments
 (0)