Files
interblue.pl/modules/ps_banner/composer.json
2024-10-25 14:16:28 +02:00

21 lines
423 B
JSON

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