mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
10 lines
151 B
JSON
10 lines
151 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"phpcs.xml.dist": "phpcs.xml.dist"
|
|
},
|
|
"gitignore": [
|
|
"/.phpcs-cache",
|
|
"/phpcs.xml"
|
|
]
|
|
}
|