Use own manifest file

This commit is contained in:
Alexander Schranz
2022-07-24 01:09:10 +02:00
parent 33ab880dce
commit 77ccabf37d

View File

@@ -1 +0,0 @@
../../../friendsofphp/php-cs-fixer/3.0/manifest.json

View 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"
]
}