mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
13 lines
263 B
JSON
13 lines
263 B
JSON
{
|
|
"copy-from-recipe": {
|
|
".env.test": ".env.test",
|
|
"phpunit.xml.dist": "phpunit.xml.dist",
|
|
"config/": "%CONFIG_DIR%/",
|
|
"tests/": "tests/"
|
|
},
|
|
"gitignore": [
|
|
"/phpunit.xml",
|
|
".phpunit.result.cache"
|
|
]
|
|
}
|