33 lines
689 B
JSON
33 lines
689 B
JSON
{
|
|
"name": "prestashop/contactform",
|
|
"description": "PrestaShop module contactform",
|
|
"homepage": "https://github.com/PrestaShop/contactform",
|
|
"license": "AFL-3.0",
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"jakeasmith/http_build_url": "^1"
|
|
},
|
|
"require-dev": {
|
|
"prestashop/php-dev-tools": "~3.0"
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"classmap-authoritative": true,
|
|
"optimize-autoloader": true,
|
|
"prepend-autoloader": false
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"contactform.php",
|
|
"upgrade/"
|
|
]
|
|
},
|
|
"type": "prestashop-module"
|
|
}
|