20 lines
413 B
JSON
20 lines
413 B
JSON
|
{
|
||
|
"name": "prestashop/cheque",
|
||
|
"description": "PrestaShop module cheque",
|
||
|
"homepage": "https://github.com/PrestaShop/cheque",
|
||
|
"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"
|
||
|
}
|