mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
14 lines
292 B
JSON
14 lines
292 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"bin/": "%BIN_DIR%/",
|
|
"config/": "%CONFIG_DIR%/",
|
|
"phpunit.xml.dist": "phpunit.xml.dist",
|
|
"tests/": "tests/"
|
|
},
|
|
"gitignore": [
|
|
".phpunit",
|
|
"/phpunit.xml"
|
|
],
|
|
"aliases": ["phpunit", "simple-phpunit"]
|
|
}
|