Skip to content

Commit 6dbcf1a

Browse files
committed
Bump ORM to avoid Unhandled match case of type Doctrine\DBAL\ParameterType
1 parent df6f5cc commit 6dbcf1a

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
@@ -7,7 +7,7 @@
77
"require": {
88
"php": "^8.1",
99
"doctrine/dbal": "^3.7 || ^4.0",
10-
"doctrine/orm": "^2.19.7 || ^3.2"
10+
"doctrine/orm": "^2.19.7 || ^3.5.1"
1111
},
1212
"require-dev": {
1313
"doctrine/collections": "^2.2",

0 commit comments

Comments
 (0)