composer/package-versions-deprecated

Composer plugin that provides efficient querying for installed package versions (no runtime IO)

Fund package maintenance!
packagist.com
Tidelift
composer

Installs: 141 905 058

Dependents: 246

Suggesters: 0

Security: 0

Stars: 1 495

Watchers: 5

Forks: 74

Open Issues: 1

Type:composer-plugin

1.11.99.5 2022-01-17 14:14 UTC

This package is auto-updated.

Last update: 2024-04-04 18:48:32 UTC


README

composer/package-versions-deprecated is a fully-compatible fork of ocramius/package-versions which provides compatibility with Composer 1 and 2 on PHP 7+. It replaces ocramius/package-versions so if you have a dependency requiring it and you want to use Composer v2 but can not upgrade to PHP 7.4 just yet, you can require this package instead.

If you have a direct dependency on ocramius/package-versions, we recommend that once you migrated to Composer 2.x you also migrate to use the Composer\InstalledVersions class which offers the functionality present here out of the box. You can then remove the require on this package.

This package is EOL / deprecated and you should aim to migrate away from it as soon as possible!