Skip to content

Commit

Permalink
support doctrine/orm 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nikow13 committed Mar 4, 2024
1 parent 7b8cf62 commit 2154e67
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 @@ -32,9 +32,9 @@

"require": {
"php": "^8.2",
"doctrine/doctrine-bundle": "^2.5",
"doctrine/data-fixtures": "^1.5",
"doctrine/orm": "^2.10.0",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/data-fixtures": "^1.7",
"doctrine/orm": "^2.19 || ^3",
"doctrine/persistence": "^2.2 || ^3.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/finder": "^6.4 || ^7.0",
Expand Down

0 comments on commit 2154e67

Please sign in to comment.