From 79e3ac8cfffb65a7833a198ed2612342291ce273 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 20 May 2025 14:29:59 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 2 +- ...f73fdbf04b3a00e0664b0b9cc6fdebbb50a8a.json | 66 +++++++++++++++++++ ...0abe263fa9b68f55c2799c44af5fec2912c5d.json | 44 +++++++++++++ index.json | 7 +- zenstruck.foundry.2.5.json | 4 +- zenstruck.foundry.2.6.json | 66 +++++++++++++++++++ 6 files changed, 185 insertions(+), 4 deletions(-) create mode 100644 archived/zenstruck.foundry/3c7f73fdbf04b3a00e0664b0b9cc6fdebbb50a8a.json create mode 100644 archived/zenstruck.foundry/8390abe263fa9b68f55c2799c44af5fec2912c5d.json create mode 100644 zenstruck.foundry.2.6.json diff --git a/RECIPES.md b/RECIPES.md index 51b3eeee..b0169487 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -194,5 +194,5 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith | [twig/markdown-extension](https://packagist.org/packages/twig/markdown-extension) | [1.0](twig/markdown-extension/1.0) | | | [willdurand/js-translation-bundle](https://packagist.org/packages/willdurand/js-translation-bundle) | [2.0](willdurand/js-translation-bundle/2.0) | `js-translation`, `js-translator`, `jstranslation`, `jstranslator` | | [zenstruck/browser](https://packagist.org/packages/zenstruck/browser) | [1.9](zenstruck/browser/1.9) | `browser` | -| [zenstruck/foundry](https://packagist.org/packages/zenstruck/foundry) | [2.5](zenstruck/foundry/2.5) | `foundry` | +| [zenstruck/foundry](https://packagist.org/packages/zenstruck/foundry) | [2.6](zenstruck/foundry/2.6) | `foundry` | | [zenstruck/messenger-test](https://packagist.org/packages/zenstruck/messenger-test) | [1.7](zenstruck/messenger-test/1.7) | `messenger-test`, `messengertest` | \ No newline at end of file diff --git a/archived/zenstruck.foundry/3c7f73fdbf04b3a00e0664b0b9cc6fdebbb50a8a.json b/archived/zenstruck.foundry/3c7f73fdbf04b3a00e0664b0b9cc6fdebbb50a8a.json new file mode 100644 index 00000000..67c6fa47 --- /dev/null +++ b/archived/zenstruck.foundry/3c7f73fdbf04b3a00e0664b0b9cc6fdebbb50a8a.json @@ -0,0 +1,66 @@ +{ + "manifests": { + "zenstruck/foundry": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + }, + "bundles": { + "Zenstruck\\Foundry\\ZenstruckFoundryBundle": [ + "dev", + "test" + ] + }, + "conflict": { + "doctrine/persistence": "<2.0", + "symfony/framework-bundle": "<6.4" + }, + "post-install-output": [ + " * 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" + ] + }, + "files": { + "config/packages/zenstruck_foundry.yaml": { + "contents": [ + "when@dev: &dev", + " # See full configuration: https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#full-default-bundle-configuration", + " zenstruck_foundry:", + " persistence:", + " # Flush only once per call of `PersistentObjectFactory::create()`", + " flush_once: true", + "", + "when@test: *dev", + "" + ], + "executable": false + }, + "src/Story/AppStory.php": { + "contents": [ + "bin/console make:factory.", + "", + " * Read the documentation at https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html" + ] + }, + "files": { + "config/packages/zenstruck_foundry.yaml": { + "contents": [ + "when@dev: &dev", + " # See full configuration: https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#full-default-bundle-configuration", + " zenstruck_foundry:", + " persistence:", + " # Flush only once per call of `PersistentObjectFactory::create()`", + " flush_once: true", + "", + "when@test: *dev", + "" + ], + "executable": false + } + }, + "ref": "8390abe263fa9b68f55c2799c44af5fec2912c5d" + } + } +} diff --git a/index.json b/index.json index 26a0c9d4..9b09469f 100644 --- a/index.json +++ b/index.json @@ -1227,7 +1227,8 @@ "1.9", "1.10", "2.0", - "2.5" + "2.5", + "2.6" ], "zenstruck/messenger-test": [ "1.7" @@ -1476,6 +1477,10 @@ "2.5": { "doctrine/persistence": "<2.0", "symfony/framework-bundle": "<6.4" + }, + "2.6": { + "doctrine/persistence": "<2.0", + "symfony/framework-bundle": "<6.4" } } }, diff --git a/zenstruck.foundry.2.5.json b/zenstruck.foundry.2.5.json index e89aa6c1..d4df2ae6 100644 --- a/zenstruck.foundry.2.5.json +++ b/zenstruck.foundry.2.5.json @@ -29,7 +29,7 @@ " # See full configuration: https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#full-default-bundle-configuration", " zenstruck_foundry:", " persistence:", - " # Flush only once per call of `PersistentObjectFactory::create()` in userland", + " # Flush only once per call of `PersistentObjectFactory::create()`", " flush_once: true", "", "when@test: *dev", @@ -38,7 +38,7 @@ "executable": false } }, - "ref": "7687196cdf00b07750ca1ec9042f28d5b7f598d1" + "ref": "8390abe263fa9b68f55c2799c44af5fec2912c5d" } } } diff --git a/zenstruck.foundry.2.6.json b/zenstruck.foundry.2.6.json new file mode 100644 index 00000000..67c6fa47 --- /dev/null +++ b/zenstruck.foundry.2.6.json @@ -0,0 +1,66 @@ +{ + "manifests": { + "zenstruck/foundry": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + }, + "bundles": { + "Zenstruck\\Foundry\\ZenstruckFoundryBundle": [ + "dev", + "test" + ] + }, + "conflict": { + "doctrine/persistence": "<2.0", + "symfony/framework-bundle": "<6.4" + }, + "post-install-output": [ + " * 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" + ] + }, + "files": { + "config/packages/zenstruck_foundry.yaml": { + "contents": [ + "when@dev: &dev", + " # See full configuration: https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#full-default-bundle-configuration", + " zenstruck_foundry:", + " persistence:", + " # Flush only once per call of `PersistentObjectFactory::create()`", + " flush_once: true", + "", + "when@test: *dev", + "" + ], + "executable": false + }, + "src/Story/AppStory.php": { + "contents": [ + "