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

33 lines
981 B
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",
"",
"return PhpCsFixer\\Config::create()",
" ->setRules([",
" '@Symfony' => true,",
" 'array_syntax' => ['syntax' => 'short'],",
" ])",
";",
""
],
"executable": false
}
},
"ref": "bb31a3bbec00a8fc8aa1c9fbf9b0ef9fc492f93d"
}
}
}