From 73fcb543d1c9aa6b342b87f4a46b499c69c1e713 Mon Sep 17 00:00:00 2001 From: Ryusuke SEKIYAMA Date: Wed, 30 Jan 2013 03:03:50 +0900 Subject: [PATCH] =?UTF-8?q?composer.json=E3=81=AE=E4=BE=9D=E5=AD=98?= =?UTF-8?q?=E6=83=85=E5=A0=B1=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 80e781f3d..242a6ea31 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,7 @@ "license": "X11", "require": { "php": ">=5.3.2", - "symfony/console": "2.1.2", - "symfony/http-foundation": "2.1.2", - "symfony/yaml": "2.1.2" + "symfony/console": "2.1.*", + "symfony/yaml": "2.1.*" } }