Files
symfony-flex-recipes/archived/friendsofphp.php-cs-fixer.2.16/c1947bad147704aeaf0285745f0baae927a58959.json
T
github-action[bot]andgithub-action[bot] 090420a2ee Update Flex endpoint
2021-12-17 14:36:52 +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 = PhpCsFixer\\Finder::create()",
" ->in(__DIR__)",
" ->exclude('var')",
";",
"",
"return PhpCsFixer\\Config::create()",
" ->setRules([",
" '@Symfony' => true,",
" ])",
" ->setFinder($finder)",
";",
""
],
"executable": false
}
},
"ref": "c1947bad147704aeaf0285745f0baae927a58959"
}
}
}