Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor symfony#44765 [ProxyManagerBridge] Remove the unused dependency…
… on composer/package-versions-deprecated (stof) This PR was merged into the 4.4 branch. Discussion ---------- [ProxyManagerBridge] Remove the unused dependency on composer/package-versions-deprecated | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes/no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | - | License | MIT | Doc PR | n/a The ProxyManagerBridge depends on friendsofphp/proxy-manager-lts which has an optional dependency on the PackageVersions class to implement the `ProxyManager\Version::getVersion` method on composer 1 (with a fallback to a less precise version number). However, the bridge has stopped using that API in favor of feature detection (in symfony#39017), so the dependency is unused. This contributes to symfony#44726 Commits ------- 6ca8e30 Remove the unused dependency on composer/package-versions-deprecated
- Loading branch information