From b86d1f14064789d517d05da967f842cd432497d8 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Mon, 16 Dec 2013 17:15:31 +0000 Subject: [PATCH] Added symfony/http-foundation as dependency --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ee81767a..78283f94 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,8 @@ "homepage": "https://github.com/php-loep/oauth2-server", "license": "MIT", "require": { - "php": ">=5.4.0" + "php": ">=5.4.0", + "symfony/http-foundation": "v2.4.0" }, "require-dev": { "mockery/mockery": ">=0.7.2",