From 71b3e852528ffbb241c10cabf88aa1dc88e68164 Mon Sep 17 00:00:00 2001 From: James Halsall Date: Mon, 1 Aug 2016 19:32:12 +0100 Subject: [PATCH] Update composer.json to allow symfony 3 component usage --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 874f346b1..716f43b45 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require-dev": { "geoip2/geoip2": "~2.0", - "symfony/stopwatch": "~2.5" + "symfony/stopwatch": "~2.5|~3.0" }, "suggest": { "ext-geoip": "Enabling the geoip extension allows you to use the MaxMindProvider.",