update
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "prestashop/ps_specials",
|
||||
"description": "PrestaShop - Specials",
|
||||
"homepage": "https://github.com/PrestaShop/ps_specials",
|
||||
"license": "AFL - Academic Free License (AFL 3.0)",
|
||||
"license": "AFL-3.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "PrestaShop SA",
|
||||
@@ -12,8 +12,14 @@
|
||||
"require": {
|
||||
"php": ">=5.4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"prestashop/php-dev-tools": "^3.4"
|
||||
},
|
||||
"config": {
|
||||
"preferred-install": "dist"
|
||||
"preferred-install": "dist",
|
||||
"classmap-authoritative": true,
|
||||
"optimize-autoloader": true,
|
||||
"prepend-autoloader": false
|
||||
},
|
||||
"type": "prestashop-module"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user