Files
symfony-flex-recipes/archived/friendsofphp.php-cs-fixer/f0d4b4ddb4e2bb73b227e3987b6ecc53cd8be431.json
github-action[bot]andgithub-action[bot] a5298a919f Update Flex archives
2021-12-18 17:20:12 +00:00

38 lines
1.1 KiB
JSON

{
"manifests": {
"friendsofphp/php-cs-fixer": {
"manifest": {
"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"
}
}
}