Add suggested Doctrine and Propel deps for test suite coverage

This commit is contained in:
Jeremy Mikola 2012-04-10 11:26:45 -04:00
parent 7f05e8311a
commit c3391d957a
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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": "" }
},