Skip to content

Commit be76b0b

Browse files
committed
minor #92 fix(test:turbo): install doctrine/orm:~2.8.0 to prevent issue (Kocal)
This PR was merged into the main branch. Discussion ---------- fix(test:turbo): install doctrine/orm:~2.8.0 to prevent issue | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT Cherry-picked commit 3574ff7 from #89 which fixes broken tests in CI. Commits ------- ec03c4b fix(test:turbo): install doctrine/orm:~2.8.0 to prevent issue
2 parents 35148e5 + ec03c4b commit be76b0b

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)