Skip to content

Commit

Permalink
Fixed composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Sep 11, 2020
1 parent 851dc33 commit b1fa3ba
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 125 deletions.
20 changes: 10 additions & 10 deletions composer.json
Expand Up @@ -13,19 +13,19 @@
"php": ">=5.4"
},
"require-dev": {
"prestashop/php-dev-tools": "^3.4",
"phpstan/phpstan": "^0.12.32",
"friendsofphp/php-cs-fixer": "^2.16.1"
},
"scripts": {
"lint": [
"php-cs-fixer fix --no-interaction --dry-run --diff"
]
"prestashop/php-dev-tools": "~3.0"
},
"config": {
"preferred-install": "dist",
"classmap-authoritative": true,
"optimize-autoloader": true,
"prepend-autoloader": false
},
"type": "prestashop-module",
"author": "PrestaShop"
"autoload": {
"classmap": [
"ps_shoppingcart.php",
"controllers/"
]
},
"type": "prestashop-module"
}

0 comments on commit b1fa3ba

Please sign in to comment.