Files
symfony-flex-recipes/friendsofphp.php-cs-fixer.2.19.json
github-action botandgithub-action bot d66972e1ac Update Flex endpoint
2021-09-23 15:02:48 +00:00

39 lines
1.3 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')",
";",
"",
"return (new PhpCsFixer\\Config())",
" ->setRules([",
" '@Symfony' => true,",
" ])",
" ->setFinder($finder)",
" ->setCacheFile('.php-cs-fixer.cache') // forward compatibility with 3.x line",
";",
""
],
"executable": false
}
},
"ref": "34d1a22f840953909c581b8f993093b14cc9491b"
}
}
}