From b676689e0feb61c8c13750250725e3af66182643 Mon Sep 17 00:00:00 2001 From: Michael Roterman Date: Mon, 3 Mar 2014 01:21:37 +0100 Subject: [PATCH] Changing suggest descriptions in composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ccf4814d..11419c94 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,8 @@ "monolog/monolog": ">=1.7.0" }, "suggest": { - "doctrine/cache": "This library is required if you want to make use of caching features.", - "monolog/monolog": "This library is required if you want to make use of logging features." + "doctrine/cache": "Required if you want to make use of caching features.", + "monolog/monolog": "Required if you want to make use of logging features." }, "autoload": { "psr-0": { "Tmdb\\": "lib/" }