Skip to content

Commit

Permalink
Merge pull request #293 from driehle/update-doctrine-module
Browse files Browse the repository at this point in the history
Updated doctrine/doctrine-module to ^6.2.0
  • Loading branch information
driehle authored Dec 29, 2024
2 parents 7262d2c + 89e13b8 commit e26a7b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,22 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-mongodb": "*",
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/cache": "^2.0.0",
"doctrine/doctrine-laminas-hydrator": "^3.3.0",
"doctrine/doctrine-module": "^6.1.0",
"doctrine/event-manager": "^1.2.0 || ^2.0.0",
"doctrine/doctrine-module": "^6.2.0",
"doctrine/event-manager": "^2.0.0",
"doctrine/mongodb-odm": "^2.5.2",
"laminas/laminas-eventmanager": "^3.10.0",
"laminas/laminas-modulemanager": "^2.14.0",
"laminas/laminas-mvc": "^3.6.1",
"laminas/laminas-servicemanager": "^3.19.0",
"laminas/laminas-stdlib": "^3.16.1",
"symfony/console": "^5.4.26 || ^6.3.2",
"symfony/var-dumper": "^5.4.26 || ^6.3.2"
"symfony/console": "^6.3.2 || ^7.0.0",
"symfony/var-dumper": "^6.3.2 || ^7.0.0"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"doctrine/persistence": "^2.5.7 || ^3.4.0",
"doctrine/persistence": "^3.4.0",
"jangregor/phpstan-prophecy": "^2.0.0",
"laminas/laminas-developer-tools": "^2.9.0",
"laminas/laminas-hydrator": "^4.16.0",
Expand Down

0 comments on commit e26a7b2

Please sign in to comment.