From bfc76adce0091c972a5ee6767114f9e1a10f5f00 Mon Sep 17 00:00:00 2001 From: Michael Moravec Date: Wed, 30 Aug 2017 18:08:07 +0200 Subject: [PATCH] Drop explicit conflict with stable symfony/yaml As per discussion in #6639, conflict with versions below 3.4 of the YAML component is superfluous, previous versions would work just fine even with bb994b9e70. --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index fd4ddd963..e738e05ee 100644 --- a/composer.json +++ b/composer.json @@ -24,9 +24,6 @@ "doctrine/annotations": "~1.4", "symfony/console": "~3.0|~4.0" }, - "conflict": { - "symfony/yaml": "<3.4" - }, "require-dev": { "symfony/yaml": "~3.4|~4.0", "phpunit/phpunit": "^6.0"