Skip to content

Commit

Permalink
[PHP]: 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.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent 0294b80 commit b488f6d
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 @@ -22,7 +22,7 @@
"aws/aws-sdk-php-symfony": "^2.0",
"doctrine/common": "^2.4 || ^3.0",
"doctrine/doctrine-bundle": "^1.7 || ^2.0",
"doctrine/orm": "^2.5",
"doctrine/orm": "^2.5 || ^3.0",
"symfony/framework-bundle": "~4.4|~5.4|~6.0",
"symfony/http-kernel": "~4.4|~5.4|~6.0|~7.0",
"symfony/swiftmailer-bundle": "^3.0",
Expand Down

0 comments on commit b488f6d

Please sign in to comment.