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