Add recipe for zenstruck/foundry 2.0 (#1351)

This commit is contained in:
Kevin Bond
2024-11-01 13:36:43 +01:00
committed by GitHub
parent 9698b84fc6
commit dae5cee3bd
3 changed files with 21 additions and 0 deletions
@@ -0,0 +1,5 @@
when@dev: &dev
# See full configuration: https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#full-default-bundle-configuration
zenstruck_foundry:
when@test: *dev
+12
View File
@@ -0,0 +1,12 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"bundles": {
"Zenstruck\\Foundry\\ZenstruckFoundryBundle": ["dev", "test"]
},
"conflict": {
"symfony/framework-bundle": "<5.3"
},
"aliases": ["foundry"]
}
+4
View File
@@ -0,0 +1,4 @@
* 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</>