diff --git a/zenstruck/foundry/1.9/config/packages/dev/zenstruck_foundry.yaml b/zenstruck/foundry/1.9/config/packages/dev/zenstruck_foundry.yaml new file mode 100644 index 000000000..e353187c7 --- /dev/null +++ b/zenstruck/foundry/1.9/config/packages/dev/zenstruck_foundry.yaml @@ -0,0 +1,4 @@ +# See full configuration: https://github.com/zenstruck/foundry#full-default-bundle-configuration +zenstruck_foundry: + # Whether to auto-refresh proxies by default (https://github.com/zenstruck/foundry#auto-refresh) + auto_refresh_proxies: true diff --git a/zenstruck/foundry/1.9/config/packages/test/zenstruck_foundry.yaml b/zenstruck/foundry/1.9/config/packages/test/zenstruck_foundry.yaml new file mode 100644 index 000000000..3bf6547e4 --- /dev/null +++ b/zenstruck/foundry/1.9/config/packages/test/zenstruck_foundry.yaml @@ -0,0 +1,5 @@ +# Unless you want different configuration for test/dev environments, +# add configuration to config/packages/dev/zenstruck_foundry.yml +# and this will be synced to your test environment. +imports: + - { resource: ../dev/zenstruck_foundry.yaml } diff --git a/zenstruck/foundry/1.9/manifest.json b/zenstruck/foundry/1.9/manifest.json new file mode 100644 index 000000000..9fe1ceb1f --- /dev/null +++ b/zenstruck/foundry/1.9/manifest.json @@ -0,0 +1,8 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "bundles": { + "Zenstruck\\Foundry\\ZenstruckFoundryBundle": ["dev", "test"] + } +} diff --git a/zenstruck/foundry/1.9/post-install.txt b/zenstruck/foundry/1.9/post-install.txt new file mode 100644 index 000000000..8e9903891 --- /dev/null +++ b/zenstruck/foundry/1.9/post-install.txt @@ -0,0 +1,8 @@ + + What's next? + + + * You're ready to use zenstruck/foundry. Create your first factory with + bin/console make:factory. + + * Read the documentation at https://github.com/zenstruck/foundry#foundry