Skip to content

Commit

Permalink
feat: Add support for Doctrine 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Boiko committed Mar 5, 2024
1 parent 1b8a69e commit d4802b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": "^7.4 || ^8.0",
"behat/behat": "^3.0",
"doctrine/orm": "^2.0",
"doctrine/orm": "^2.0 || ^3.0",
"doctrine/doctrine-bundle": "^2.0",
"doctrine/doctrine-fixtures-bundle": "^3.0",
"doctrine/doctrine-migrations-bundle": "^3.0",
Expand Down

0 comments on commit d4802b8

Please sign in to comment.