mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 23:56:25 +03:00
15 lines
315 B
JSON
15 lines
315 B
JSON
{
|
|
"copy-from-recipe": {
|
|
".env.test": ".env.test",
|
|
"bin/": "%BIN_DIR%/",
|
|
"config/": "%CONFIG_DIR%/",
|
|
"phpunit.xml.dist": "phpunit.xml.dist",
|
|
"tests/": "tests/"
|
|
},
|
|
"gitignore": [
|
|
".phpunit",
|
|
"/phpunit.xml"
|
|
],
|
|
"aliases": ["simple-phpunit"]
|
|
}
|