29 lines
655 B
JSON
29 lines
655 B
JSON
{
|
|
"name": "prestashop/ps_shoppingcart",
|
|
"description": "PrestaShop module ps_shoppingcart",
|
|
"homepage": "https://github.com/PrestaShop/ps_shoppingcart",
|
|
"license": "AFL - Academic Free License (AFL 3.0)",
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.14",
|
|
"prestashop/php-coding-standards": "dev-master"
|
|
},
|
|
"scripts": {
|
|
"lint": [
|
|
"php-cs-fixer fix --no-interaction --dry-run --diff"
|
|
]
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
},
|
|
"type": "prestashop-module"
|
|
}
|