toutpratique/modules/referralprogram/composer.json
2015-08-11 17:56:07 +02:00

20 lines
440 B
JSON

{
"name": "PrestaShop/referralprogram",
"description": "PrestaShop module referralprogram",
"homepage": "https://github.com/PrestaShop/referralprogram",
"license": "AFL - Academic Free License (AFL 3.0)",
"authors": [
{
"name": "PrestaShop SA",
"email": "contact@prestashop.com"
}
],
"require": {
"php": ">=5.3.2"
},
"config": {
"preferred-install": "dist"
},
"type": "prestashop-module"
}