Files
symfony-flex-recipes/friendsofphp.php-cs-fixer.2.17.json
T
github-action botandgithub-action bot 16541137d2 Update Flex endpoint
2021-09-22 13:12:25 +00:00

41 lines
1.3 KiB
JSON

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