Skip to content

Commit 1396031

Browse files
committed
Fix highest jobs with Doctrine ^3.0
1 parent bb9a7e8 commit 1396031

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/LiveComponent/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"doctrine/annotations": "^1.0",
3939
"doctrine/collections": "^1.6.8|^2.0",
4040
"doctrine/doctrine-bundle": "^2.4.3",
41-
"doctrine/orm": "^2.9.4",
41+
"doctrine/orm": "^2.9.4|^3.0",
4242
"doctrine/persistence": "^2.5.2|^3.0",
4343
"phpdocumentor/reflection-docblock": "5.x-dev",
4444
"symfony/dependency-injection": "^5.4|^6.0|^7.0|^8.0",

src/Turbo/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"require-dev": {
4141
"doctrine/doctrine-bundle": "^2.4.3",
42-
"doctrine/orm": "^2.8 | 3.0",
42+
"doctrine/orm": "^2.8|^3.0",
4343
"phpstan/phpstan": "^2.1.17",
4444
"symfony/asset-mapper": "^6.4|^7.0|^8.0",
4545
"symfony/debug-bundle": "^5.4|^6.0|^7.0|^8.0",

0 commit comments

Comments
 (0)