On rajoute les derniers modules et on modifie les CSS
This commit is contained in:
30
modules/welcome/composer.json
Normal file
30
modules/welcome/composer.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user