mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Add recipe for zenstruck/foundry 2.0 (#1351)
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"bundles": {
|
||||
"Zenstruck\\Foundry\\ZenstruckFoundryBundle": ["dev", "test"]
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/framework-bundle": "<5.3"
|
||||
},
|
||||
"aliases": ["foundry"]
|
||||
}
|
||||
@@ -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</>
|
||||
Reference in New Issue
Block a user