mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 00:56:24 +03:00
Update recipe for PHP-CS-Fixer 2.19.0
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"aliases": ["cs-fixer", "php-cs-fixer"],
|
||||
"copy-from-recipe": {
|
||||
".php-cs-fixer.dist.php": ".php-cs-fixer.dist.php"
|
||||
},
|
||||
"gitignore": [
|
||||
"/.php-cs-fixer.php",
|
||||
"/.php_cs.cache"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user