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,38 @@
{
"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"
}
}
}