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