Skip to content

Commit b359d38

Browse files
Update doctrine/orm requirement from ^2.5 to ^2.5 || ^3.0
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]>
1 parent 67f6be5 commit b359d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
"require-dev": {
1919
"adlawson/vfs": "^0.12.1",
20-
"doctrine/orm": "^2.5",
20+
"doctrine/orm": "^2.5 || ^3.0",
2121
"phpstan/phpstan": "^1.10.57",
2222
"phpunit/phpunit": "^10.5.10",
2323
"symfony/console": "^4.4|^5.1",

0 commit comments

Comments
 (0)