mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"manifests": {
|
|
"zenstruck/foundry": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"bundles": {
|
|
"Zenstruck\\Foundry\\ZenstruckFoundryBundle": [
|
|
"dev",
|
|
"test"
|
|
]
|
|
},
|
|
"conflict": {
|
|
"symfony/framework-bundle": "<5.3"
|
|
},
|
|
"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:",
|
|
"",
|
|
"when@test: *dev",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "56bc588a1b6d5d218319f70c64c2f0fbebe30ec7"
|
|
}
|
|
}
|
|
}
|