mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
18 lines
395 B
JSON
18 lines
395 B
JSON
{
|
|
"copy-from-recipe": {
|
|
".env.test": ".env.test",
|
|
"bin/": "%BIN_DIR%/",
|
|
"phpunit.xml.dist": "phpunit.xml.dist",
|
|
"tests/": "tests/"
|
|
},
|
|
"gitignore": [
|
|
".phpunit.result.cache",
|
|
"/phpunit.xml"
|
|
],
|
|
"conflict": {
|
|
"phpunit/phpunit": "<9.6",
|
|
"symfony/framework-bundle": "<5.4"
|
|
},
|
|
"aliases": ["simple-phpunit"]
|
|
}
|