mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
Update Flex archives
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"manifests": {
|
||||
"friendsofphp/php-cs-fixer": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
".php-cs-fixer.dist.php": ".php-cs-fixer.dist.php"
|
||||
},
|
||||
"gitignore": [
|
||||
"/.php-cs-fixer.php",
|
||||
"/.php-cs-fixer.cache"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
".php-cs-fixer.dist.php": {
|
||||
"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
|
||||
}
|
||||
},
|
||||
"ref": "34d1a22f840953909c581b8f993093b14cc9491b"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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": "9d60c231a92e69c68b89897813ec4931d0697b1f"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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": "bb31a3bbec00a8fc8aa1c9fbf9b0ef9fc492f93d"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"manifests": {
|
||||
"friendsofphp/php-cs-fixer": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
".php-cs-fixer.dist.php": ".php-cs-fixer.dist.php"
|
||||
},
|
||||
"gitignore": [
|
||||
"/.php-cs-fixer.php",
|
||||
"/.php-cs-fixer.cache"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
".php-cs-fixer.dist.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"$finder = (new PhpCsFixer\\Finder())",
|
||||
" ->in(__DIR__)",
|
||||
" ->exclude('var')",
|
||||
";",
|
||||
"",
|
||||
"return (new PhpCsFixer\\Config())",
|
||||
" ->setRules([",
|
||||
" '@Symfony' => true,",
|
||||
" ])",
|
||||
" ->setFinder($finder)",
|
||||
";",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "be2103eb4a20942e28a6dd87736669b757132435"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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 = PhpCsFixer\\Finder::create()",
|
||||
" ->in(__DIR__)",
|
||||
" ->exclude('var')",
|
||||
";",
|
||||
"",
|
||||
"return PhpCsFixer\\Config::create()",
|
||||
" ->setRules([",
|
||||
" '@Symfony' => true,",
|
||||
" ])",
|
||||
" ->setFinder($finder)",
|
||||
";",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "c1947bad147704aeaf0285745f0baae927a58959"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"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 = PhpCsFixer\\Finder::create()",
|
||||
" ->in(__DIR__)",
|
||||
" ->exclude('var')",
|
||||
";",
|
||||
"",
|
||||
"return PhpCsFixer\\Config::create()",
|
||||
" ->setRules([",
|
||||
" '@Symfony' => true,",
|
||||
" 'array_syntax' => ['syntax' => 'short'],",
|
||||
" ])",
|
||||
" ->setFinder($finder)",
|
||||
";",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "cc05ab6abf6894bddb9bbd6a252459010ebe040b"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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