From eede0f405e6ce1ca7ce944c9bd0d4229b4735d1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 20:46:47 +0000 Subject: [PATCH] composer(deps): update doctrine/deprecations requirement Updates the requirements on [doctrine/deprecations](https://github.com/doctrine/deprecations) to permit the latest version. - [Release notes](https://github.com/doctrine/deprecations/releases) - [Commits](https://github.com/doctrine/deprecations/compare/v1.0.0...1.1.3) --- updated-dependencies: - dependency-name: doctrine/deprecations dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/guides/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/guides/composer.json b/packages/guides/composer.json index f48c727c7..e3dee7077 100644 --- a/packages/guides/composer.json +++ b/packages/guides/composer.json @@ -24,7 +24,7 @@ "php": "^8.1", "ext-json": "*", "ext-zlib": "*", - "doctrine/deprecations": "^1.0", + "doctrine/deprecations": "^1.1", "league/flysystem": "^1.1", "league/tactician": "^1.1", "league/uri": "^7.4.1",