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