[PHP_CodeSniffer] Copy manifest.json instead of symlink.

This commit is contained in:
Ian Jenkins
2021-05-13 11:42:55 +01:00
parent ddea0965cf
commit aa155d7f26

View File

@@ -1 +0,0 @@
../3.0/manifest.json

View File

@@ -0,0 +1,9 @@
{
"copy-from-recipe": {
"phpcs.xml.dist": "phpcs.xml.dist"
},
"gitignore": [
"/.phpcs-cache",
"/phpcs.xml"
]
}