From 7523c46b4ba040bbaf6a1602d9c996ab712b1a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=B6nthal?= Date: Tue, 23 Aug 2016 10:58:22 +0200 Subject: [PATCH] update deps --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7ac4373..36f1a18 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "php": ">=5.3.0", - "symfony/http-foundation": "~2.1", - "symfony/http-kernel": "~2.1" + "symfony/http-foundation": "~2.1 | ~3.0", + "symfony/http-kernel": "~2.1 | ~3.0" }, "require-dev": { "stack/callable-http-kernel": "~1.0@dev"