From 4c4e29e829551e059fc13c5103fa6b2029a82138 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 22 Apr 2019 12:59:06 +0200 Subject: [PATCH] fixed constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9921bf6a7..dbf22c2f3 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "symfony/polyfill-mbstring": "~1.0", "symfony/filesystem": "~3.4|~4.0", "symfony/finder": "~3.4|~4.0", - "symfony/routing": "^4.2.6" + "symfony/routing": "^4.2.8" }, "require-dev": { "doctrine/cache": "~1.0",