Skip to content

Commit

Permalink
chore(deps): Allow doctrine/orm 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Czarnecki committed Oct 29, 2023
1 parent 81f596c commit 4df8148
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"require-dev": {
"ext-pdo_sqlite": "*",
"doctrine/coding-standard": "^12.0",
"doctrine/orm": "^2.14",
"doctrine/orm": "^2.14 || ^3.0",
"doctrine/persistence": "^2.5.2 || ^3.0",
"doctrine/phpcr-odm": "^1.5.2 || ^2.0",
"jackalope/jackalope-doctrine-dbal": "^1.3",
Expand Down Expand Up @@ -72,5 +72,6 @@
"branch-alias": {
"dev-master": "3.x-dev"
}
}
},
"minimum-stability": "dev"
}

0 comments on commit 4df8148

Please sign in to comment.