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.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user