Skip to content

Commit

Permalink
Add all dev dependencies to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Oct 23, 2019
1 parent 98c6307 commit ee6db17
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ before_install:

before_script:
- composer self-update
- composer config "platform.ext-mongo" "1.6.16"
- composer require --no-update alcaeus/mongo-php-adapter
- composer require --no-update doctrine/mongodb-odm "^1.3.0"
- composer install --prefer-source
- composer require jackalope/jackalope-doctrine-dbal doctrine/phpcr-odm
- composer install

script:
- ./vendor/bin/phpunit -v
11 changes: 10 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
"require-dev": {
"doctrine/orm": "^2.5.4",
"doctrine/dbal": "^2.5.4",
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^7.0",
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/mongodb-odm": "^1.3.0",
"jackalope/jackalope-doctrine-dbal": "^1.3",
"doctrine/phpcr-odm": "^1.4"
},
"suggest": {
"doctrine/orm": "For loading ORM fixtures",
Expand All @@ -36,5 +40,10 @@
},
"conflict": {
"doctrine/phpcr-odm": "<1.3.0"
},
"config": {
"platform": {
"ext-mongo": "1.6.16"
}
}
}

0 comments on commit ee6db17

Please sign in to comment.