Skip to content

Commit 89a06e3

Browse files
committed
require at least doctrine/orm 2.9.4
resolves php 8.1 deprecations. see doctrine/orm#8894
1 parent e116119 commit 89a06e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Autocomplete/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"require-dev": {
3636
"doctrine/collections": "^1.6.8|^2.0",
3737
"doctrine/doctrine-bundle": "^2.4.3",
38-
"doctrine/orm": "^2.9",
38+
"doctrine/orm": "^2.9.4",
3939
"fakerphp/faker": "^1.22",
4040
"mtdowling/jmespath.php": "^2.6",
4141
"symfony/form": "^5.4|^6.0",

src/LiveComponent/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"doctrine/annotations": "^1.0",
3636
"doctrine/collections": "^1.6.8|^2.0",
3737
"doctrine/doctrine-bundle": "^2.4.3",
38-
"doctrine/orm": "^2.9",
38+
"doctrine/orm": "^2.9.4",
3939
"doctrine/persistence": "^2.5.2|^3.0",
4040
"phpdocumentor/reflection-docblock": "5.x-dev",
4141
"symfony/dependency-injection": "^5.4|^6.0",

0 commit comments

Comments
 (0)