Use own manifest file

This commit is contained in:
Alexander Schranz
2022-12-17 22:20:17 +01:00
parent 33ab880dce
commit 77ccabf37d
-1
View File
@@ -1 +0,0 @@
../../../friendsofphp/php-cs-fixer/3.0/manifest.json
+10
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"
]
}