From 5519b92883f39ad837d87c6a23d3b5efd7395958 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Mon, 9 Dec 2019 12:36:00 +0100 Subject: [PATCH] Add conflict with symfony/stopwatch ^5.0 symfony/http-kernel 4.1.* and 4.2.* causes fatal error when symfony/stopwatch 5.0.* is installed --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index e772b39..576a1fc 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,9 @@ "symfony/process": "^3.4|^4.1", "symfony/yaml": "^3.4|^4.1" }, + "conflict": { + "symfony/stopwatch": "^5.0" + }, "suggest": { "behat/mink-browserkit-driver": "^1.3" },