Skip to content

Commit

Permalink
Composer: Require doctrine/orm ^2.9 only (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek authored Feb 7, 2022
1 parent d94d6b3 commit 2471591
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"php": "^8.0",
"ext-mbstring": "*",
"baraja-core/lock": "^v1.0",
"doctrine/orm": "^2.7",
"doctrine/dbal": "^3.1",
"doctrine/orm": "^2.9",
"psr/log": "^2.0 || ^3.0",
"ramsey/uuid": "^4.1",
"ramsey/uuid-doctrine": "^1.7",
Expand Down

0 comments on commit 2471591

Please sign in to comment.