Skip to content

Commit

Permalink
raise minimum orm version
Browse files Browse the repository at this point in the history
  • Loading branch information
driehle committed Dec 30, 2024
1 parent c68ea40 commit 0cd65cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"ext-json": "*",
"doctrine/dbal": "^3.3.2",
"doctrine/doctrine-laminas-hydrator": "^3.0.0",
"doctrine/doctrine-module": "^5.3.0 || ^6.0.2",
"doctrine/doctrine-module": "^5.3.0 || ^6.0.5",
"doctrine/event-manager": "^2.0.0",
"doctrine/orm": "^2.11.1",
"doctrine/orm": "^2.13.0",
"doctrine/persistence": "^2.3.0 || ^3.0.0",
"laminas/laminas-eventmanager": "^3.4.0",
"laminas/laminas-modulemanager": "^2.11.0",
Expand All @@ -32,7 +32,7 @@
"doctrine/annotations": "^1.13.2",
"doctrine/coding-standard": "^9.0.0",
"doctrine/data-fixtures": "^1.5.2",
"doctrine/migrations": "^3.4.1",
"doctrine/migrations": "^3.6.0",
"laminas/laminas-cache-storage-adapter-filesystem": "^2.0",
"laminas/laminas-cache-storage-adapter-memory": "^2.0",
"laminas/laminas-developer-tools": "^2.3.0",
Expand Down

0 comments on commit 0cd65cd

Please sign in to comment.