Files
2024-11-11 18:46:54 +01:00

46 lines
1.1 KiB
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",
"prestashop/circuit-breaker": "^3.0.0",
"doctrine/cache": "^1.6",
"symfony/css-selector": "^3.4 || ^4.4 || ^5.0",
"guzzlehttp/cache-subscriber": "^0.2.0"
},
"require-dev": {
"prestashop/php-dev-tools": "^3.4"
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:jolelievre/circuit-breaker.git"
}
],
"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"
}