Skip to content

Commit 926763e

Browse files
committed
Upgrade Doctrine packages to latest major versions
- doctrine/dbal: ^2.13 → ^4.2 - doctrine/doctrine-bundle: ^2.4 → ^2.13 - doctrine/doctrine-migrations-bundle: ^3.0 → ^3.4 - doctrine/orm: ^2.7 → ^3.3 - Remove doctrine/common (no longer required) - Remove naming_strategy config (now default in ORM 3.x) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent b7e6128 commit 926763e

File tree

7 files changed

+854
-930
lines changed

7 files changed

+854
-930
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
"license": "MIT",
66
"require": {
77
"php": ">=8.4",
8-
"doctrine/common": "^3.0",
9-
"doctrine/dbal": "^2.13",
10-
"doctrine/doctrine-bundle": "^2.4",
11-
"doctrine/doctrine-migrations-bundle": "^3.0",
12-
"doctrine/orm": "^2.7",
8+
"doctrine/dbal": "^4.2",
9+
"doctrine/doctrine-bundle": "^2.13",
10+
"doctrine/doctrine-migrations-bundle": "^3.4",
11+
"doctrine/orm": "^3.3",
1312
"knplabs/github-api": "^3.3",
1413
"nyholm/psr7": "^1.3",
1514
"symfony/console": "^6.4",

0 commit comments

Comments
 (0)