mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 23:56:25 +03:00
10 lines
167 B
JSON
10 lines
167 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"phpunit.xml.dist": "phpunit.xml.dist"
|
|
},
|
|
"gitignore": [
|
|
"/phpunit.xml"
|
|
],
|
|
"aliases": ["simple-phpunit"]
|
|
}
|