Files
symfony-flex-recipes/zenstruck.foundry.1.10.json
github-action[bot]andgithub-action[bot] d66360c4c6 Update Flex endpoint
2022-04-23 15:34:46 +00:00

43 lines
1.7 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:",
" # Whether to auto-refresh proxies by default (https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#auto-refresh)",
" auto_refresh_proxies: true",
"",
"when@test: *dev",
""
],
"executable": false
}
},
"ref": "37c2f894cc098ab4c08874b80cccc8e2f8de7976"
}
}
}