mirror of
https://github.com/symfony/recipes.git
synced 2026-03-23 23:32:10 +01:00
14 lines
295 B
JSON
14 lines
295 B
JSON
{
|
|
"aliases": ["alice"],
|
|
"bundles": {
|
|
"Hautelook\\AliceBundle\\HautelookAliceBundle": ["dev", "test"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"fixtures/": "fixtures/"
|
|
},
|
|
"conflict": {
|
|
"symfony/framework-bundle": "<5.3"
|
|
}
|
|
}
|