Update Flex endpoint

This commit is contained in:
github-action[bot]
2021-12-17 14:36:52 +00:00
parent b9e00f60e3
commit 090420a2ee
172 changed files with 8965 additions and 0 deletions
@@ -0,0 +1,37 @@
{
"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"
}
}
}