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/" }