Skip to content

Commit

Permalink
Remove the unused dependency on composer/package-versions-deprecated
Browse files Browse the repository at this point in the history
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, so the dependency is unused.
  • Loading branch information
stof committed Dec 22, 2021
1 parent 3526a32 commit 6ca8e30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Symfony/Bridge/ProxyManager/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
],
"require": {
"php": ">=7.1.3",
"composer/package-versions-deprecated": "^1.8",
"friendsofphp/proxy-manager-lts": "^1.0.2",
"symfony/dependency-injection": "^4.0|^5.0",
"symfony/polyfill-php80": "^1.16"
Expand Down

0 comments on commit 6ca8e30

Please sign in to comment.