Skip to content

Commit

Permalink
Changing suggest descriptions in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Mar 3, 2014
1 parent 6a2e7b2 commit b676689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/" }
Expand Down

0 comments on commit b676689

Please sign in to comment.