Skip to content

Commit ec03c4b

Browse files
committed
fix(test:turbo): install doctrine/orm:~2.8.0 to prevent issue
1 parent 8fc00b7 commit ec03c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Turbo/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"require-dev": {
4343
"doctrine/annotations": "^1.12",
4444
"doctrine/doctrine-bundle": "^2.2",
45-
"doctrine/orm": "^2.8",
45+
"doctrine/orm": "~2.8.0",
4646
"phpstan/phpstan": "^0.12",
4747
"symfony/debug-bundle": "^5.2",
4848
"symfony/form": "^5.2",

0 commit comments

Comments
 (0)