Files
interblue.pl/modules/ps_googleanalytics/composer.json
2024-10-25 14:16:28 +02:00

35 lines
840 B
JSON

{
"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": "contact@prestashop.com"
}
],
"config": {
"preferred-install": "dist",
"optimize-autoloader": true,
"prepend-autoloader": false,
"platform": {
"php": "5.6"
}
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"prestashop/php-dev-tools": "3.*"
},
"autoload": {
"classmap": [
"ps_googleanalytics.php",
"controllers",
"classes"
]
},
"type": "prestashop-module",
"author": "PrestaShop"
}