Skip to content

Commit

Permalink
Add suggested Doctrine and Propel deps for test suite coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Apr 10, 2012
1 parent 7f05e83 commit c3391d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ php:

before_script:
- wget -nc http://getcomposer.org/composer.phar
- php composer.phar install
- php composer.phar install --install-suggests

script: phpunit

5 changes: 5 additions & 0 deletions composer.json
Expand Up @@ -16,6 +16,11 @@
"symfony/console": "2.0.*",
"ruflin/elastica": "*"
},
"suggest": {
"doctrine/orm": "2.2.*",
"doctrine/mongodb-odm": "dev-master",
"propel/propel1": "1.6.*"
},
"autoload": {
"psr-0": { "FOQ\\ElasticaBundle": "" }
},
Expand Down

0 comments on commit c3391d9

Please sign in to comment.