Skip to content

Commit

Permalink
Update doctrine/orm requirement from ^2.5 to ^2.5 || ^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@v2.5.0...3.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 13, 2024
1 parent 9253c9a commit 665fef4
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 @@ -17,7 +17,7 @@

"require-dev": {
"adlawson/vfs": "^0.12.1",
"doctrine/orm": "^2.5",
"doctrine/orm": "^2.5 || ^3.0",
"phpstan/phpstan": "^1.10.57",
"phpunit/phpunit": "^10.5.10",
"symfony/console": "^4.4|^5.1",
Expand Down

0 comments on commit 665fef4

Please sign in to comment.