Files
advancedmegamenu/composer.json
T
Heat module snapshot f3dcab11d3
CI / PHP lint (7.4) (push) Successful in 48s
CI / PHP lint (8.1) (push) Successful in 47s
CI / PHP lint (8.5) (push) Successful in 59s
CI / Coding standards (push) Failing after 58s
Update PHP-CS-Fixer for PHP 8.5 CI
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.
2026-06-11 19:15:36 +02:00

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"
}