Skip to content

Commit

Permalink
drop doctrine orm module < 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Feb 2, 2024
1 parent 1024fa0 commit 7e60d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"conflict": {
"doctrine/dbal": "<3.0",
"doctrine/doctrine-orm-module": "<4.1",
"doctrine/doctrine-orm-module": "<6.0",
"laminas/laminas-mvc": "<3.2 >=4.0",
"laminas/laminas-servicemanager": "<3.10",
"mezzio/mezzio": "<3.3 >=4.0",
Expand All @@ -59,7 +59,7 @@
"require-dev": {
"aura/di": "^3.4 || ^4.2.1",
"doctrine/dbal": "^3.5.1",
"doctrine/doctrine-orm-module": "^4.2.1 || ^5.0 || ^6.0",
"doctrine/doctrine-orm-module": "^6.0",
"kahlan/kahlan": "^5.2.2",
"laminas/laminas-cli": "^1.7",
"laminas/laminas-coding-standard": "^2.4",
Expand Down

0 comments on commit 7e60d2a

Please sign in to comment.