Files
symfony-flex-recipes/friendsofphp.php-cs-fixer.3.39.json
github-action[bot]andgithub-action[bot] 235fcf26e4 Update Flex endpoint
2026-03-02 17:54:33 +00:00

42 lines
1.4 KiB
JSON

{
"manifests": {
"friendsofphp/php-cs-fixer": {
"manifest": {
"copy-from-recipe": {
".php-cs-fixer.dist.php": ".php-cs-fixer.dist.php"
},
"gitignore": [
"/.php-cs-fixer.php",
"/.php-cs-fixer.cache"
]
},
"files": {
".php-cs-fixer.dist.php": {
"contents": [
"<?php",
"",
"$finder = (new PhpCsFixer\\Finder())",
" ->in(__DIR__)",
" ->exclude('var')",
" ->notPath([",
" 'config/bundles.php',",
" 'config/reference.php',",
" ])",
";",
"",
"return (new PhpCsFixer\\Config())",
" ->setRules([",
" '@Symfony' => true,",
" ])",
" ->setFinder($finder)",
";",
""
],
"executable": false
}
},
"ref": "97aaf9026490db73b86c23d49e5774bc89d2b232"
}
}
}