From 1a93678b1913cd567bce73f3ec60e4ee37f67231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 11:17:30 +0000 Subject: [PATCH] build(deps-dev): update zenstruck/foundry requirement Updates the requirements on [zenstruck/foundry](https://github.com/zenstruck/foundry) to permit the latest version. - [Release notes](https://github.com/zenstruck/foundry/releases) - [Changelog](https://github.com/zenstruck/foundry/blob/2.x/CHANGELOG.md) - [Commits](https://github.com/zenstruck/foundry/compare/v1.37.0...v2.5.0) --- updated-dependencies: - dependency-name: zenstruck/foundry dependency-version: 2.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3d03257..ebf4e61 100644 --- a/composer.json +++ b/composer.json @@ -73,7 +73,7 @@ "symfony/yaml": "^6.4 || ^7.0", "twig/twig": "^3.8", "vimeo/psalm": "^6.0", - "zenstruck/foundry": "1.37.*" + "zenstruck/foundry": "2.5.*" }, "autoload": { "psr-4": {