From 0e6f0fd9530db7d44e2d45510a641ef9283e0483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:49:20 +0000 Subject: [PATCH] build(deps-dev): update zenstruck/foundry requirement || 2.0.* 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.0.1) --- updated-dependencies: - dependency-name: zenstruck/foundry 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 e7358c3..41dbcc9 100644 --- a/composer.json +++ b/composer.json @@ -83,7 +83,7 @@ "symfony/yaml": "^6.4 || ^7.0", "symplify/monorepo-builder": "^11.2.20 || ^11.3", "vimeo/psalm": "^5.15", - "zenstruck/foundry": "1.37.*" + "zenstruck/foundry": "1.37.* || 2.0.*" }, "config": { "sort-packages": true,