mirror of
https://github.com/symfony/recipes.git
synced 2026-09-20 03:26:23 +03:00
Update Flex archives
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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": "81dee417d2cc60cd1c9d6208dff2ec22a1103e93"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user