mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 08:36:27 +03:00
Update Flex endpoint
This commit is contained in:
@@ -1,20 +1,6 @@
|
||||
{
|
||||
"locks": {
|
||||
"friendsofphp/php-cs-fixer": {
|
||||
"version": "2.2",
|
||||
"recipe": {
|
||||
"repo": "2.2",
|
||||
"branch": "master",
|
||||
"version": "2.2",
|
||||
"ref": "cc05ab6abf6894bddb9bbd6a252459010ebe040b"
|
||||
}
|
||||
}
|
||||
},
|
||||
"manifests": {
|
||||
"friendsofphp/php-cs-fixer": {
|
||||
"repository": "github.com/symfony/recipes",
|
||||
"package": "friendsofphp/php-cs-fixer",
|
||||
"version": "2.2",
|
||||
"manifest": {
|
||||
"aliases": [
|
||||
"cs-fixer",
|
||||
@@ -30,13 +16,27 @@
|
||||
},
|
||||
"files": {
|
||||
".php_cs.dist": {
|
||||
"contents": "<?php\n\n$finder = PhpCsFixer\\Finder::create()\n ->in(__DIR__)\n ->exclude('var')\n;\n\nreturn PhpCsFixer\\Config::create()\n ->setRules([\n '@Symfony' => true,\n 'array_syntax' => ['syntax' => 'short'],\n ])\n ->setFinder($finder)\n;\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"$finder = PhpCsFixer\\Finder::create()",
|
||||
" ->in(__DIR__)",
|
||||
" ->exclude('var')",
|
||||
";",
|
||||
"",
|
||||
"return PhpCsFixer\\Config::create()",
|
||||
" ->setRules([",
|
||||
" '@Symfony' => true,",
|
||||
" 'array_syntax' => ['syntax' => 'short'],",
|
||||
" ])",
|
||||
" ->setFinder($finder)",
|
||||
";",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"origin": "friendsofphp/php-cs-fixer:2.2@github.com/symfony/recipes:master",
|
||||
"is_contrib": false
|
||||
"ref": "cc05ab6abf6894bddb9bbd6a252459010ebe040b"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user