Skip to content

Commit

Permalink
Merge 08b6270 into 7f39c21
Browse files Browse the repository at this point in the history
  • Loading branch information
rieschl committed May 18, 2020
2 parents 7f39c21 + 08b6270 commit dc7f8f1
Show file tree
Hide file tree
Showing 35 changed files with 1,352 additions and 523 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- [#133](https://github.com/doctrine/DoctrineMongoODMModule/pull/133) Allows null value as DefaultDb
- [#155](https://github.com/doctrine/DoctrineMongoODMModule/pull/155) Fix pagination count with eager cursors
- [#156](https://github.com/doctrine/DoctrineMongoODMModule/pull/156) Remove support for old PHP versions
- [#160](https://github.com/doctrine/DoctrineMongoODMModule/pull/160) Fixed Zend\Mvc 2.7 compatibility
- [#160](https://github.com/doctrine/DoctrineMongoODMModule/pull/160) Fixed Laminas\Mvc 2.7 compatibility

## Version 0.9.1
- [#140](https://github.com/doctrine/DoctrineMongoODMModule/pull/140) Fixed #139 add minimum stabiliy dev for mongodb-odm
Expand Down
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,18 @@
},
"require": {
"php": "^7.2",
"alcaeus/mongo-php-adapter": "^1.1",
"ext-mongodb": "*",
"doctrine/annotations": "^1.10",
"doctrine/cache": "^1.10",
"doctrine/doctrine-module": "^4.0",
"doctrine/mongodb-odm": "^1.3",
"doctrine/event-manager": "^1.1",
"doctrine/mongodb-odm": "^2.0",
"doctrine/persistence": "^1.3",
"laminas/laminas-hydrator": "^3.0.2",
"laminas/laminas-mvc": "^3.1.1",
"laminas/laminas-servicemanager": "^3.4",
"laminas/laminas-stdlib": "^3.2.1"
"laminas/laminas-stdlib": "^3.2.1",
"psr/container": "^1.0"
},
"require-dev": {
"doctrine/coding-standard": "^7.0.2",
Expand Down
Loading

0 comments on commit dc7f8f1

Please sign in to comment.