Closed kubawerlos closed 3 years ago
If you require composer-runtime-api, you should use the native Composer 2 class Composer\InstalledVersions
documented here https://getcomposer.org/doc/07-runtime.md#installed-versions
This package here should not be used anymore, it's just here as a way to allow smooth migration from ocramius/package-versions to the native Composer API. The long term goal is that it would not be used anymore.
Should it be required directly as
vimeo/psalm
does or with"composer-runtime-api": "^2.0",
incomposer.json
asinfection/infection
does?