From a0ab579a6f0c7614d0881eb8cc7dc3acd788b83a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 06:49:38 +0000 Subject: [PATCH] chore: update symfony/http-foundation requirement Updates the requirements on [symfony/http-foundation](https://github.com/symfony/http-foundation) to permit the latest version. - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/5.3/CHANGELOG.md) - [Commits](https://github.com/symfony/http-foundation/commits/v5.3.2) --- updated-dependencies: - dependency-name: symfony/http-foundation 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 b1d7153..9bd4764 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require-dev": { "phpunit/phpunit": "^9", "codacy/coverage": "dev-master", - "symfony/http-foundation": "^2.8|^3.0" + "symfony/http-foundation": "^2.8|^3.0|^5.0" }, "autoload": { "psr-4": {