Skip to content

Commit 741aa2e

Browse files
committed
minor #1310 Remove the dependency on composer/package-versions-deprecated (stof)
This PR was merged into the main branch. Discussion ---------- Remove the dependency on composer/package-versions-deprecated This package was added in the past to force keeping support for composer 1 when using doctrine/orm. In the meantime, doctrine/orm has switched to using that package directly, making this root requirement useless. And in the next releases of doctrine/orm and doctrine/dbal, they are migrating to use composer-runtime-api (dropping support for composer 1) instead of using this plugin, as part of the effort to fade out that compat plugin. Refs symfony/symfony#44726 The package is still present for now (and so still needed in the list of allowed plugins too) because doctrine packages require it. But this will change in their next releases for DBAL, ORM and Migrations (the PRs are already merged) Commits ------- f12bb2c Remove the dependency on composer/package-versions-deprecated
2 parents 0f99bfe + f12bb2c commit 741aa2e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"require": {
1515
"php": ">=8.0.2",
1616
"ext-pdo_sqlite": "*",
17-
"composer/package-versions-deprecated": "^1.8",
1817
"doctrine/dbal": "^3.1",
1918
"doctrine/doctrine-bundle": "^2.5",
2019
"doctrine/doctrine-migrations-bundle": "^3.0",

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)