Skip to content

Commit

Permalink
require-dev addition of doctrine/cache for testing
Browse files Browse the repository at this point in the history
People who use the Doctrine Adaptor should have Doctrine in their own
composer file, and we shouldn’t make doctrine a dependency for projects
that don’t need it. This is a step in that direction that also allows
us to still test the Doctrine Adaptor.
  • Loading branch information
tedivm committed May 9, 2014
1 parent 9308cfe commit 9e7baff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"require-dev": {
"phpunit/phpunit": "4.1.*",
"fabpot/php-cs-fixer": "0.4.0",
"satooshi/php-coveralls": "dev-master"
"satooshi/php-coveralls": "dev-master",
"doctrine/cache": "~1.0"
},
"autoload": {
"psr-0": {"Tedivm\\StashBundle": ""}
Expand Down

0 comments on commit 9e7baff

Please sign in to comment.