From 77ccabf37dc4bc9e3ae2badcbefebf0cfdf54d33 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Sun, 24 Jul 2022 01:09:10 +0200 Subject: [PATCH] Use own manifest file --- php-cs-fixer/shim/3.0/manifest.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) mode change 120000 => 100644 php-cs-fixer/shim/3.0/manifest.json diff --git a/php-cs-fixer/shim/3.0/manifest.json b/php-cs-fixer/shim/3.0/manifest.json deleted file mode 120000 index 6dfbdab3..00000000 --- a/php-cs-fixer/shim/3.0/manifest.json +++ /dev/null @@ -1 +0,0 @@ -../../../friendsofphp/php-cs-fixer/3.0/manifest.json \ No newline at end of file diff --git a/php-cs-fixer/shim/3.0/manifest.json b/php-cs-fixer/shim/3.0/manifest.json new file mode 100644 index 00000000..2d1e9ef2 --- /dev/null +++ b/php-cs-fixer/shim/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" + ] +}