From 05c612f3370630fa791da0d447a57e6fdc58fe5f Mon Sep 17 00:00:00 2001 From: Braden Schaeffer Date: Tue, 12 Jun 2012 09:43:38 -0500 Subject: [PATCH] Grammar fix for composer.json file --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 430af8e45..5fc9939df 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "symfony/console": "2.*" }, "suggest": { - "symfony/yaml": "If you want to using YAML Metadata Mapping Driver" + "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" }, "autoload": { "psr-0": { "Doctrine\\ORM": "lib/" }