mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 00:56:24 +03:00
45 lines
1.8 KiB
JSON
45 lines
1.8 KiB
JSON
{
|
|
"manifests": {
|
|
"zenstruck/foundry": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"bundles": {
|
|
"Zenstruck\\Foundry\\ZenstruckFoundryBundle": [
|
|
"dev",
|
|
"test"
|
|
]
|
|
},
|
|
"conflict": {
|
|
"doctrine/persistence": "<2.0",
|
|
"symfony/framework-bundle": "<6.4"
|
|
},
|
|
"post-install-output": [
|
|
" * You're ready to use zenstruck/foundry. Create your first factory with",
|
|
" <info>bin/console make:factory</>.",
|
|
"",
|
|
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html</>"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/zenstruck_foundry.yaml": {
|
|
"contents": [
|
|
"when@dev: &dev",
|
|
" # See full configuration: https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#full-default-bundle-configuration",
|
|
" zenstruck_foundry:",
|
|
" persistence:",
|
|
" # Flush only once per call of `PersistentObjectFactory::create()`",
|
|
" flush_once: true",
|
|
"",
|
|
"when@test: *dev",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "8390abe263fa9b68f55c2799c44af5fec2912c5d"
|
|
}
|
|
}
|
|
}
|