From aa155d7f26bdfee2874686375eb75163f34a8641 Mon Sep 17 00:00:00 2001 From: Ian Jenkins Date: Thu, 13 May 2021 11:42:55 +0100 Subject: [PATCH] [PHP_CodeSniffer] Copy manifest.json instead of symlink. --- squizlabs/php_codesniffer/3.6/manifest.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) mode change 120000 => 100644 squizlabs/php_codesniffer/3.6/manifest.json diff --git a/squizlabs/php_codesniffer/3.6/manifest.json b/squizlabs/php_codesniffer/3.6/manifest.json deleted file mode 120000 index 545e8979..00000000 --- a/squizlabs/php_codesniffer/3.6/manifest.json +++ /dev/null @@ -1 +0,0 @@ -../3.0/manifest.json \ No newline at end of file diff --git a/squizlabs/php_codesniffer/3.6/manifest.json b/squizlabs/php_codesniffer/3.6/manifest.json new file mode 100644 index 00000000..cc80e80f --- /dev/null +++ b/squizlabs/php_codesniffer/3.6/manifest.json @@ -0,0 +1,9 @@ +{ + "copy-from-recipe": { + "phpcs.xml.dist": "phpcs.xml.dist" + }, + "gitignore": [ + "/.phpcs-cache", + "/phpcs.xml" + ] +}