forked from PrestaShop/ps_googleanalytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 841 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
28
29
30
31
32
33
34
35
{
"name": "prestashop/ps_googleanalytics",
"description": "PrestaShop module ps_googleanalytics",
"homepage": "https://github.com/PrestaShop/ps_googleanalytics",
"license": "AFL-3.0",
"authors": [
{
"name": "PrestaShop SA",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.6"
},
"require-dev": {
"prestashop/php-dev-tools": "3.*"
},
"config": {
"preferred-install": "dist",
"optimize-autoloader": true,
"prepend-autoloader": false,
"platform": {
"php": "5.6"
}
},
"autoload": {
"classmap": [
"ps_googleanalytics.php",
"controllers",
"classes"
]
},
"type": "prestashop-module",
"author": "PrestaShop"
}