From 343d01f63b872a7ad0f83e05474e6bbf69a4f32e Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 16 Sep 2019 16:43:57 +0200 Subject: [PATCH] bump required symfony/contracts version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f6e3f6a17f..da182ca589 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "psr/container": "^1.0", "psr/link": "^1.0", "psr/log": "~1.0", - "symfony/contracts": "^1.1.3|^2", + "symfony/contracts": "^1.1.7|^2", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-icu": "~1.0", "symfony/polyfill-intl-idn": "^1.10",