Skip to content

Commit

Permalink
Merge pull request #273 from driehle/feat/doctrine-module-6
Browse files Browse the repository at this point in the history
Upgrade to DoctrineModule ^6 and allow doctrine/event-manager ^2
  • Loading branch information
driehle authored Aug 2, 2023
2 parents 00b8241 + 8e5c46f commit fe04d4b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
7 changes: 0 additions & 7 deletions Module.php

This file was deleted.

8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"ext-mongodb": "*",
"doctrine/doctrine-laminas-hydrator": "^3.1.0",
"doctrine/doctrine-module": "^5.3.0",
"doctrine/event-manager": "^1.2.0",
"doctrine/mongodb-odm": "^2.4.2",
"doctrine/doctrine-module": "^6.0.4",
"doctrine/event-manager": "^1.2.0 || ^2.0.0",
"doctrine/mongodb-odm": "^2.5.2",
"laminas/laminas-eventmanager": "^3.5.0",
"laminas/laminas-modulemanager": "^2.12.0",
"laminas/laminas-mvc": "^3.3.5",
Expand Down Expand Up @@ -91,7 +91,7 @@
"composer/package-versions-deprecated": true
},
"platform": {
"ext-mongodb": "1.8.0"
"ext-mongodb": "1.11.0"
},
"sort-packages": true
},
Expand Down
2 changes: 2 additions & 0 deletions tests/TestConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
return [
'modules' => [
'Laminas\Cache',
'Laminas\Cache\Storage\Adapter\Memory',
'Laminas\Cache\Storage\Adapter\Filesystem',
'Laminas\Form',
'Laminas\Hydrator',
'Laminas\Paginator',
Expand Down

0 comments on commit fe04d4b

Please sign in to comment.