Files
kalsport.pl/modules/ps_newproducts/composer.json
2024-11-05 12:22:50 +01:00

20 lines
430 B
JSON

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