forked from fnogatz/magento2-matomo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
27 lines (27 loc) · 900 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "chessio/module-matomo",
"description": "Matomo Analytics module for Magento 2",
"type": "magento2-module",
"license": [
"AGPL-3.0+"
],
"require": {
"php": "~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0",
"magento/framework": "~101.0|~102.0|~103.0",
"magento/module-catalog": "~102.0|~103.0|~104.0",
"magento/module-catalog-search": "~100.0|~101.0|~102.0",
"magento/module-checkout": "~100.0",
"magento/module-config": "~101.0",
"magento/module-customer": "~101.0|~102.0|~103.0",
"magento/module-quote": "~101.0",
"magento/module-sales": "~101.0|~102.0|~103.0",
"magento/module-search": "~100.0|~101.0",
"magento/module-store": "~100.0|~101.0"
},
"autoload": {
"files": ["registration.php"],
"psr-4": {
"Chessio\\Matomo\\": ""
}
}
}