hotel_commerce/modules/blocksocial/composer.json
2023-06-26 13:09:26 +05:30

20 lines
428 B
JSON

{
"name": "PrestaShop/blocksocial",
"description": "PrestaShop module blocksocial",
"homepage": "https://github.com/PrestaShop/blocksocial",
"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"
}