From b90d997ccb44a1fbf119b1920030edc073cb6901 Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Wed, 30 Oct 2024 15:40:07 -0400 Subject: [PATCH] Add recipe for `zenstruck/foundry` 2.0 --- .../2.0/config/packages/zenstruck_foundry.yaml | 5 +++++ zenstruck/foundry/2.0/manifest.json | 12 ++++++++++++ zenstruck/foundry/2.0/post-install.txt | 4 ++++ 3 files changed, 21 insertions(+) create mode 100644 zenstruck/foundry/2.0/config/packages/zenstruck_foundry.yaml create mode 100644 zenstruck/foundry/2.0/manifest.json create mode 100644 zenstruck/foundry/2.0/post-install.txt diff --git a/zenstruck/foundry/2.0/config/packages/zenstruck_foundry.yaml b/zenstruck/foundry/2.0/config/packages/zenstruck_foundry.yaml new file mode 100644 index 000000000..e3ed04b46 --- /dev/null +++ b/zenstruck/foundry/2.0/config/packages/zenstruck_foundry.yaml @@ -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 diff --git a/zenstruck/foundry/2.0/manifest.json b/zenstruck/foundry/2.0/manifest.json new file mode 100644 index 000000000..050fabbe8 --- /dev/null +++ b/zenstruck/foundry/2.0/manifest.json @@ -0,0 +1,12 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "bundles": { + "Zenstruck\\Foundry\\ZenstruckFoundryBundle": ["dev", "test"] + }, + "conflict": { + "symfony/framework-bundle": "<5.3" + }, + "aliases": ["foundry"] +} diff --git a/zenstruck/foundry/2.0/post-install.txt b/zenstruck/foundry/2.0/post-install.txt new file mode 100644 index 000000000..456b63d04 --- /dev/null +++ b/zenstruck/foundry/2.0/post-install.txt @@ -0,0 +1,4 @@ + * You're ready to use zenstruck/foundry. Create your first factory with + bin/console make:factory. + + * Read the documentation at https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html