From b83c1d5b1ff40b9e11cf8167a84c3b52683d5fc9 Mon Sep 17 00:00:00 2001 From: Francis Besset Date: Fri, 27 Sep 2013 21:31:38 +0200 Subject: [PATCH] Used `symfony/framework-bundle` instead of `symfony/http-foundation` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e661d65..3412887 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "ext-soap": "*", "ext-curl": "*", "ass/xmlsecurity": "dev-master", - "symfony/http-foundation": "~2.0", + "symfony/framework-bundle": "~2.0", "zendframework/zend-mail": "2.1.*", "zendframework/zend-mime": "2.1.*", "zendframework/zend-soap": "2.1.*"