Skip to content

Commit 85ad9d4

Browse files
committed
drop phpcr odm older versions
1 parent bacd7df commit 85ad9d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"doctrine/data-fixtures": "^1.0.0",
2424
"doctrine/doctrine-bundle": "^2.0",
2525
"doctrine/orm": "^2.9 || ^3.0",
26-
"doctrine/phpcr-bundle": "^2.5 || ^3.0",
27-
"doctrine/phpcr-odm": "^1.8 || ^2.0",
26+
"doctrine/phpcr-bundle": "^3.0",
27+
"doctrine/phpcr-odm": "^2.0",
2828
"jackalope/jackalope-doctrine-dbal": "^1.3 || ^2.0",
2929
"matthiasnoback/symfony-dependency-injection-test": "^4.1.0 || ^5.1.0",
3030
"matthiasnoback/symfony-config-test": "^4.1.0 || ^5.1.0",
@@ -47,6 +47,7 @@
4747
"conflict": {
4848
"doctrine/common": "<3.1.1",
4949
"doctrine/persistence": "<1.3.0",
50+
"symfony/doctrine-bridge": "<6.4.0",
5051
"symfony/security-core": "<6.4.0"
5152
},
5253
"autoload": {

0 commit comments

Comments
 (0)