From 5089870215181e5ea6e492debb5b070fc9fb69d2 Mon Sep 17 00:00:00 2001 From: yansongda Date: Mon, 9 Mar 2020 15:43:22 +0800 Subject: [PATCH] update: support http-foundation 5.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1ee7464b8..9ca15e873 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "ext-json": "*", "ext-bcmath": "*", "yansongda/supports": "^2.0", - "symfony/http-foundation": "^4.0", + "symfony/http-foundation": "^4.0 || ^5.0", "symfony/event-dispatcher": "^4.0 || ^5.0" }, "require-dev": {