Skip to content

Commit e2fe434

Browse files
committed
require at least doctrine/collections 1.6.8
resolves php 8.1 deprecations. see doctrine/collections#277
1 parent f1f097e commit e2fe434

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Autocomplete/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"twig/twig": "^2.14.7|^3.0.4"
3434
},
3535
"require-dev": {
36+
"doctrine/collections": "^1.6.8|^2.0",
3637
"doctrine/doctrine-bundle": "^2.4.3",
3738
"doctrine/orm": "^2.9",
3839
"fakerphp/faker": "^1.22",

src/LiveComponent/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
},
3434
"require-dev": {
3535
"doctrine/annotations": "^1.0",
36+
"doctrine/collections": "^1.6.8|^2.0",
3637
"doctrine/doctrine-bundle": "^2.4.3",
3738
"doctrine/orm": "^2.9",
3839
"doctrine/persistence": "^2.5.2|^3.0",

0 commit comments

Comments
 (0)