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 925132f commit 7f6ffe2Copy full SHA for 7f6ffe2
composer.json
@@ -1,12 +1,25 @@
1
{
2
"name": "mooore/magento2-module-add-to-cart-notification",
3
- "description": "",
4
"license": "MIT",
+ "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
19
"require": {
20
"magento/module-catalog": "*",
21
"magento/module-checkout": "*"
22
},
- "type": "magento2-module",
23
"autoload": {
24
"files": [
25
"registration.php"
@@ -15,4 +28,4 @@
28
"Mooore\\AddToCartNotification\\": ""
29
}
30
-}
31
+}
0 commit comments