Skip to content

Commit e6cc274

Browse files
Update doctrine/orm requirement from ~2.2 to ~3.3
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.2.0...3.3.3) --- updated-dependencies: - dependency-name: doctrine/orm dependency-version: 3.3.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f17049 commit e6cc274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require-dev": {
1616
"ext-mongodb": "*",
1717
"doctrine/mongodb-odm": "~2.0",
18-
"doctrine/orm": "~2.2",
18+
"doctrine/orm": "~3.3",
1919
"phpunit/phpunit": "~11.0",
2020
"symfony/phpunit-bridge": "~7.0",
2121
"phpstan/phpstan-deprecation-rules": "^1.1||^2.0",

0 commit comments

Comments
 (0)