Skip to content

Commit b88c9f8

Browse files
committed
adjust minimal doctrine/common version that supports static return type on proxy
1 parent 14b0076 commit b88c9f8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"symfony/phpunit-bridge": "^6.0",
2626
"matthiasnoback/symfony-dependency-injection-test": "^4.1.0",
2727
"matthiasnoback/symfony-config-test": "^4.1.0",
28-
"doctrine/orm": "^2.5",
28+
"doctrine/orm": "^2.9",
2929
"symfony-cmf/testing": "dev-master as 4.2.0",
3030
"doctrine/data-fixtures": "^1.0.0",
3131
"symfony/form": "^6.0",
@@ -46,7 +46,7 @@
4646
},
4747
"conflict": {
4848
"doctrine/phpcr-odm": "<1.4",
49-
"doctrine/common": "<2.10.0",
49+
"doctrine/common": "<3.1.1",
5050
"doctrine/persistence": "<1.3.0",
5151
"phpunit/phpunit": "<6"
5252
},
@@ -64,5 +64,10 @@
6464
"branch-alias": {
6565
"dev-master": "3.x-dev"
6666
}
67+
},
68+
"config": {
69+
"allow-plugins": {
70+
"composer/package-versions-deprecated": true
71+
}
6772
}
6873
}

0 commit comments

Comments
 (0)