Skip to content

Commit dae5cee

Browse files
authored
Add recipe for zenstruck/foundry 2.0 (#1351)
1 parent 9698b84 commit dae5cee

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
when@dev: &dev
2+
# See full configuration: https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#full-default-bundle-configuration
3+
zenstruck_foundry:
4+
5+
when@test: *dev

zenstruck/foundry/2.0/manifest.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"copy-from-recipe": {
3+
"config/": "%CONFIG_DIR%/"
4+
},
5+
"bundles": {
6+
"Zenstruck\\Foundry\\ZenstruckFoundryBundle": ["dev", "test"]
7+
},
8+
"conflict": {
9+
"symfony/framework-bundle": "<5.3"
10+
},
11+
"aliases": ["foundry"]
12+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* You're ready to use zenstruck/foundry. Create your first factory with
2+
<info>bin/console make:factory</>.
3+
4+
* <fg=blue>Read</> the documentation at <comment>https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html</>

0 commit comments

Comments
 (0)