31 lines
695 B
JSON
31 lines
695 B
JSON
{
|
|
"name": "prestashop/welcome",
|
|
"description": "Welcome module for PrestaShop helping the users to create products.",
|
|
"homepage": "https://github.com/PrestaShop/welcome",
|
|
"license": "AFL-3.0",
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"require-dev": {
|
|
"prestashop/php-dev-tools": "^3.4"
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"classmap-authoritative": true,
|
|
"optimize-autoloader": true,
|
|
"prepend-autoloader": false
|
|
},
|
|
"autoload": {
|
|
"psr-4": {"OnBoarding\\": "OnBoarding/"},
|
|
"exclude-from-classmap": [
|
|
]
|
|
},
|
|
"type": "prestashop-module"
|
|
}
|