first commit
This commit is contained in:
19
modules/ps_newproducts/composer.json
Normal file
19
modules/ps_newproducts/composer.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user