Files
taome/modules/ps_specials/composer.json
2020-10-07 10:37:15 +02:00

20 lines
390 B
JSON

{
"name": "prestashop/ps_specials",
"description": "PrestaShop - Specials",
"homepage": "https://github.com/PrestaShop/ps_specials",
"license": "AFL-3.0",
"authors": [
{
"name": "PrestaShop SA",
"email": "contact@prestashop.com"
}
],
"require": {
"php": ">=5.4.0"
},
"config": {
"preferred-install": "dist"
},
"type": "prestashop-module"
}