Update Flex endpoint

This commit is contained in:
github-action bot
2021-09-22 13:12:25 +00:00
parent 8f0c41f303
commit 16541137d2
180 changed files with 5053 additions and 3702 deletions
+19 -19
View File
@@ -1,20 +1,6 @@
{
"locks": {
"friendsofphp/php-cs-fixer": {
"version": "2.19",
"recipe": {
"repo": "2.19",
"branch": "master",
"version": "2.19",
"ref": "34d1a22f840953909c581b8f993093b14cc9491b"
}
}
},
"manifests": {
"friendsofphp/php-cs-fixer": {
"repository": "github.com/symfony/recipes",
"package": "friendsofphp/php-cs-fixer",
"version": "2.19",
"manifest": {
"aliases": [
"cs-fixer",
@@ -30,13 +16,27 @@
},
"files": {
".php-cs-fixer.dist.php": {
"contents": "<?php\n\n$finder = (new PhpCsFixer\\Finder())\n ->in(__DIR__)\n ->exclude('var')\n;\n\nreturn (new PhpCsFixer\\Config())\n ->setRules([\n '@Symfony' => true,\n ])\n ->setFinder($finder)\n ->setCacheFile('.php-cs-fixer.cache') // forward compatibility with 3.x line\n;\n",
"executable": false,
"encoding": ""
"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
}
},
"origin": "friendsofphp/php-cs-fixer:2.19@github.com/symfony/recipes:master",
"is_contrib": false
"ref": "34d1a22f840953909c581b8f993093b14cc9491b"
}
}
}