mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 17:16:24 +03:00
10 lines
160 B
JSON
10 lines
160 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"phpunit.xml.dist": "phpunit.xml.dist",
|
|
"tests/": "tests/"
|
|
},
|
|
"gitignore": [
|
|
"/phpunit.xml"
|
|
]
|
|
}
|