Skip to content

Commit

Permalink
Update doctrine/orm requirement from ^2.9 to ^2.9 || ^3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [doctrine/orm](https://github.com/doctrine/orm) to permit the latest version.
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](doctrine/orm@2.9.0...3.2.2)

---
updated-dependencies:
- dependency-name: doctrine/orm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent a2919db commit bb15138
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 @@ -6,7 +6,7 @@
"php": "^8.1",
"doctrine/annotations": "^1.10 || ^2.0",
"doctrine/collections": "^1.6.8 || ^2.0",
"doctrine/orm": "^2.9",
"doctrine/orm": "^2.9 || ^3.0",
"doctrine/persistence": "^1.3 || ^2.0 || ^3.0"
},
"require-dev": {
Expand Down

0 comments on commit bb15138

Please sign in to comment.