From 43817a0e3a9a7e9eb6fb6d5681c0c130728a2da6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Dec 2021 12:01:58 +0000 Subject: [PATCH] Update symfony/runtime requirement from ^5.3 to ^5.3 || ^6.0 Updates the requirements on [symfony/runtime](https://github.com/symfony/runtime) to permit the latest version. - [Release notes](https://github.com/symfony/runtime/releases) - [Changelog](https://github.com/symfony/runtime/blob/5.4/CHANGELOG.md) - [Commits](https://github.com/symfony/runtime/compare/v5.3.0...v6.0.0) --- updated-dependencies: - dependency-name: symfony/runtime dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 520c663..f911622 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "nyholm/psr7-server": "^1.0", "psr/http-server-middleware": "^1.0", "react/http": "^1.5", - "symfony/runtime": "^5.3" + "symfony/runtime": "^5.3 || ^6.0" }, "require-dev": { "infection/infection": "^0.25",