Skip to content

Commit aaa6c47

Browse files
committed
Remove direct dependency on composer/package-versions-deprecated
This dependency in the doctrine-bridge was added to enforce the replacement of the ocramius/package-versions package used by the ORM, to keep support for PHP versions we needed. But as of 2.7.4, the ORM switched its dependency, so this is not necessary anymore.
1 parent b74ef39 commit aaa6c47

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"symfony/service-contracts": "^1.1|^2"
2727
},
2828
"require-dev": {
29-
"composer/package-versions-deprecated": "^1.8",
3029
"symfony/stopwatch": "^4.4|^5.0",
3130
"symfony/cache": "^5.1",
3231
"symfony/config": "^4.4|^5.0",
@@ -48,12 +47,12 @@
4847
"doctrine/collections": "~1.0",
4948
"doctrine/data-fixtures": "^1.1",
5049
"doctrine/dbal": "^2.10|^3.0",
51-
"doctrine/orm": "^2.7.3"
50+
"doctrine/orm": "^2.7.4"
5251
},
5352
"conflict": {
5453
"doctrine/dbal": "<2.10",
5554
"doctrine/lexer": "<1.1",
56-
"doctrine/orm": "<2.7.3",
55+
"doctrine/orm": "<2.7.4",
5756
"phpunit/phpunit": "<5.4.3",
5857
"symfony/dependency-injection": "<4.4",
5958
"symfony/form": "<5.1",

0 commit comments

Comments
 (0)