f3dcab11d3
Bumps PHP-CS-Fixer to a current 3.x range and uses PrestaShop PHP dev tools v5 so the coding standards job can run on PHP 8.5. Removes the stale lock file so CI resolves compatible dependencies.
24 lines
562 B
JSON
24 lines
562 B
JSON
{
|
|
"name": "tiamak/advancedmegamenu",
|
|
"description": "PrestaShop advanced mega menu module",
|
|
"homepage": "http://54.38.205.168:3000/tiamak/advancedmegamenu",
|
|
"license": "AFL-3.0",
|
|
"authors": [
|
|
{
|
|
"name": "Tiamak"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.4"
|
|
},
|
|
"require-dev": {
|
|
"prestashop/php-dev-tools": "^5.0",
|
|
"friendsofphp/php-cs-fixer": "^3.95"
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"prepend-autoloader": false
|
|
},
|
|
"type": "prestashop-module"
|
|
}
|