Files
symfony-flex-recipes/friendsofphp.php-cs-fixer.3.0.json
T
github-action botandgithub-action bot 941c6fe0e6 Update Flex endpoint
2021-09-23 10:26:28 +00:00

42 lines
1.3 KiB
JSON

{
"manifests": {
"friendsofphp/php-cs-fixer": {
"manifest": {
"aliases": [
"cs-fixer",
"php-cs-fixer"
],
"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')",
";",
"",
"return (new PhpCsFixer\\Config())",
" ->setRules([",
" '@Symfony' => true,",
" ])",
" ->setFinder($finder)",
";",
""
],
"executable": false
}
},
"ref": "be2103eb4a20942e28a6dd87736669b757132435"
}
}
}