mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 23:56:25 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user