mirror of
https://github.com/symfony/recipes.git
synced 2026-09-22 04:26:23 +03:00
Use own manifest file
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
../../../friendsofphp/php-cs-fixer/3.0/manifest.json
|
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"aliases": ["cs-fixer-shim", "php-cs-fixer-shim"],
|
||||||
|
"copy-from-recipe": {
|
||||||
|
".php-cs-fixer.dist.php": ".php-cs-fixer.dist.php"
|
||||||
|
},
|
||||||
|
"gitignore": [
|
||||||
|
"/.php-cs-fixer.php",
|
||||||
|
"/.php-cs-fixer.cache"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user