From 307baaa564ed41a9fe666e358ec6d4dcf0294ccc Mon Sep 17 00:00:00 2001 From: Matthieu Bontemps Date: Thu, 23 Feb 2012 16:52:22 +0100 Subject: [PATCH] Fix composer.json syntax --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 41d9104..f4f9e28 100644 --- a/composer.json +++ b/composer.json @@ -37,5 +37,5 @@ } }, - "target-dir": "Knp/Bundle/OAuthBundle", + "target-dir": "Knp/Bundle/OAuthBundle" }