Skip to content

Commit

Permalink
Composer: move predis from require to suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
peterudo committed Apr 7, 2015
1 parent 365899b commit e2e05ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 54 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"symfony/security": "~2.3",
"symfony/finder": "~2.2",
"symfony/filesystem": "~2.2",
"doctrine/common": "~2.4",
"predis/predis": "~1.0"
"doctrine/common": "~2.4"
},
"suggest": {
"ext-ftp": "Allows using Ftp services.",
"guzzle/guzzle": "In order to use Guzzle service provider",
"guzzle/silex-provider": "In order to use Guzzle service provider",
"doctrine/common": "In order to use Doctrine\\Common\\Cache compatible Memcached"
"doctrine/common": "In order to use Doctrine\\Common\\Cache compatible Memcached",
"predis/predis": "In order to use Redis cache with Doctrine"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down
52 changes: 1 addition & 51 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e2e05ea

Please sign in to comment.