Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/composer/package-versions-deprecated
:package: Composer addon to efficiently get installed packages' version numbers
https://github.com/composer/package-versions-deprecated
Last synced: about 1 month ago
JSON representation
:package: Composer addon to efficiently get installed packages' version numbers
- Host: GitHub
- URL: https://github.com/composer/package-versions-deprecated
- Owner: composer
- License: mit
- Fork: true (Ocramius/PackageVersions)
- Created: 2020-04-02T13:12:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T14:15:51.000Z (almost 3 years ago)
- Last Synced: 2024-09-26T22:10:52.682Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 297 KB
- Stars: 1,509
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-composer - PackageVersions Deprecated - Is a fork of Ocramius/PackageVersions providing compatibility with Composer 1 and 2 on PHP 7+. (Plugins / Support)
README
# Package Versions
**`composer/package-versions-deprecated` is a fully-compatible fork of [`ocramius/package-versions`](https://github.com/Ocramius/PackageVersions)** 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`](https://getcomposer.org/doc/07-runtime.md#installed-versions) 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!