Skip to content

Commit e2ab3fe

Browse files
Merge branch '4.4' into 5.0
* 4.4: Allow doctrine/persistence 2 Fix Redis tests [DoctrineBridge] Bump doctrine/data-fixtures.
2 parents f9d97a3 + b6062a8 commit e2ab3fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.2.5",
2020
"doctrine/event-manager": "~1.0",
21-
"doctrine/persistence": "^1.3",
21+
"doctrine/persistence": "^1.3|^2",
2222
"symfony/polyfill-ctype": "~1.8",
2323
"symfony/polyfill-mbstring": "~1.0",
2424
"symfony/service-contracts": "^1.1|^2"
@@ -42,7 +42,7 @@
4242
"doctrine/annotations": "~1.7",
4343
"doctrine/cache": "~1.6",
4444
"doctrine/collections": "~1.0",
45-
"doctrine/data-fixtures": "1.0.*",
45+
"doctrine/data-fixtures": "^1.1",
4646
"doctrine/dbal": "~2.4",
4747
"doctrine/orm": "^2.6.3",
4848
"doctrine/reflection": "~1.0"

0 commit comments

Comments
 (0)