Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add recipe for zenstruck/foundry 2.0
Browse files Browse the repository at this point in the history
kbond committed Oct 30, 2024

Verified

This commit was signed with the committer’s verified signature.
kbond Kevin Bond
1 parent 9698b84 commit b90d997
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 b90d997

Please sign in to comment.