Skip to content

Commit

Permalink
Add recipe for zenstruck/foundry 2.0 (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond authored Nov 1, 2024
1 parent 9698b84 commit dae5cee
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zenstruck/foundry/2.0/config/packages/zenstruck_foundry.yaml
Original file line number Diff line number Diff line change
@@ -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 changes: 12 additions & 0 deletions zenstruck/foundry/2.0/manifest.json
Original file line number Diff line number Diff line change
@@ -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 changes: 4 additions & 0 deletions zenstruck/foundry/2.0/post-install.txt
Original file line number Diff line number Diff line change
@@ -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</>

0 comments on commit dae5cee

Please sign in to comment.