Files
2024-11-05 12:22:50 +01:00

36 lines
788 B
JSON

{
"name": "prestashop/productcomments",
"description": "PrestaShop module productcomments",
"homepage": "https://github.com/PrestaShop/productcomments",
"license": "AFL-3.0",
"authors": [
{
"name": "PrestaShop SA",
"email": "contact@prestashop.com"
}
],
"require": {
"php": ">=5.6.0"
},
"require-dev": {
"prestashop/php-dev-tools": "^3.4"
},
"config": {
"preferred-install": "dist",
"classmap-authoritative": true,
"optimize-autoloader": true,
"prepend-autoloader": false,
"platform": {
"php": "5.6"
}
},
"autoload": {
"psr-4": {
"PrestaShop\\Module\\ProductComment\\": "src/"
},
"classmap": ["productcomments.php"],
"exclude-from-classmap": []
},
"type": "prestashop-module"
}