From 015b1f71ebf73826dd5ccd0fbc107cf90de6e05a Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 8 Jul 2025 14:59:31 +0000 Subject: [PATCH] Update Flex endpoint --- ...21333fa5e12324ac1d5a2aeb65fb276a6f9c8.json | 77 +++++++++++++++++++ ...aa3cfccd042e527c20632f55624ff984eb158.json | 55 +++++++++++++ index.json | 2 + zenstruck.foundry.2.5.json | 13 +++- zenstruck.foundry.2.6.json | 13 +++- 5 files changed, 158 insertions(+), 2 deletions(-) create mode 100644 archived/zenstruck.foundry/50321333fa5e12324ac1d5a2aeb65fb276a6f9c8.json create mode 100644 archived/zenstruck.foundry/fceaa3cfccd042e527c20632f55624ff984eb158.json diff --git a/archived/zenstruck.foundry/50321333fa5e12324ac1d5a2aeb65fb276a6f9c8.json b/archived/zenstruck.foundry/50321333fa5e12324ac1d5a2aeb65fb276a6f9c8.json new file mode 100644 index 00000000..a9170b02 --- /dev/null +++ b/archived/zenstruck.foundry/50321333fa5e12324ac1d5a2aeb65fb276a6f9c8.json @@ -0,0 +1,77 @@ +{ + "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/flex": "<1.23.0 || >=2.0.0,<2.8.0", + "symfony/framework-bundle": "<6.4" + }, + "add-lines": [ + { + "file": "phpunit.dist.xml", + "content": " ", + "position": "after_target", + "target": "", + "requires": "phpunit/phpunit:>=10", + "warn_if_missing": false + } + ], + "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": [ + "=2.0.0,<2.8.0", + "symfony/framework-bundle": "<6.4" + }, + "add-lines": [ + { + "file": "phpunit.dist.xml", + "content": " ", + "position": "after_target", + "target": "", + "requires": "phpunit/phpunit:>=10", + "warn_if_missing": false + } + ], + "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 + } + }, + "ref": "fceaa3cfccd042e527c20632f55624ff984eb158" + } + } +} diff --git a/index.json b/index.json index 74ad8792..8c5d838a 100644 --- a/index.json +++ b/index.json @@ -1498,10 +1498,12 @@ }, "2.5": { "doctrine/persistence": "<2.0", + "symfony/flex": "<1.23.0 || >=2.0.0,<2.8.0", "symfony/framework-bundle": "<6.4" }, "2.6": { "doctrine/persistence": "<2.0", + "symfony/flex": "<1.23.0 || >=2.0.0,<2.8.0", "symfony/framework-bundle": "<6.4" } } diff --git a/zenstruck.foundry.2.5.json b/zenstruck.foundry.2.5.json index d4df2ae6..dcb86e90 100644 --- a/zenstruck.foundry.2.5.json +++ b/zenstruck.foundry.2.5.json @@ -13,8 +13,19 @@ }, "conflict": { "doctrine/persistence": "<2.0", + "symfony/flex": "<1.23.0 || >=2.0.0,<2.8.0", "symfony/framework-bundle": "<6.4" }, + "add-lines": [ + { + "file": "phpunit.dist.xml", + "content": " ", + "position": "after_target", + "target": "", + "requires": "phpunit/phpunit:>=10", + "warn_if_missing": false + } + ], "post-install-output": [ " * You're ready to use zenstruck/foundry. Create your first factory with", " bin/console make:factory.", @@ -38,7 +49,7 @@ "executable": false } }, - "ref": "8390abe263fa9b68f55c2799c44af5fec2912c5d" + "ref": "fceaa3cfccd042e527c20632f55624ff984eb158" } } } diff --git a/zenstruck.foundry.2.6.json b/zenstruck.foundry.2.6.json index 67c6fa47..a9170b02 100644 --- a/zenstruck.foundry.2.6.json +++ b/zenstruck.foundry.2.6.json @@ -14,8 +14,19 @@ }, "conflict": { "doctrine/persistence": "<2.0", + "symfony/flex": "<1.23.0 || >=2.0.0,<2.8.0", "symfony/framework-bundle": "<6.4" }, + "add-lines": [ + { + "file": "phpunit.dist.xml", + "content": " ", + "position": "after_target", + "target": "", + "requires": "phpunit/phpunit:>=10", + "warn_if_missing": false + } + ], "post-install-output": [ " * You're ready to use zenstruck/foundry. Create your first factory with", " bin/console make:factory.", @@ -60,7 +71,7 @@ "executable": false } }, - "ref": "3c7f73fdbf04b3a00e0664b0b9cc6fdebbb50a8a" + "ref": "50321333fa5e12324ac1d5a2aeb65fb276a6f9c8" } } }