"sort-packages": true,
"process-timeout": 0
},
"autoload": {
"psr-4": {
"GitList\\": "src/"
}
},
"scripts": {
"auto-scripts": [
"bin/console cache:clear",
"bin/console assets:install --symlink --relative public"
],
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
],
"test": [
"@cs",
"@unit",
"@lint",
"@stan"
],
"format": [
"vendor/bin/php-cs-fixer fix -v --show-progress=dots"
],
"lint": [
"bin/console lint:twig assets/themes/",
"bin/console lint:yaml assets/translations/",
"bin/console lint:yaml config/",
"find src -name '*.php' -print0 | xargs -0 -n1 -P8 php -l"
],
"cs": [
"vendor/bin/php-cs-fixer fix --dry-run -v --show-progress=dots"
],
"unit": [
"vendor/bin/phpunit"
],
"stan": [
"vendor/bin/phpstan analyse -c phpstan.neon -l 5 src/"
]
},
"conflict": {
"symfony/symfony": "*"
},
"extra": {
"symfony": {
"allow-contrib": false