mirror of
https://github.com/symfony/recipes.git
synced 2026-03-23 23:32:10 +01:00
Use own manifest file
This commit is contained in:
@@ -1 +0,0 @@
|
||||
../../../friendsofphp/php-cs-fixer/3.0/manifest.json
|
||||
10
php-cs-fixer/shim/3.0/manifest.json
Normal file
10
php-cs-fixer/shim/3.0/manifest.json
Normal file
@@ -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