With Composer v1 now being deprecated on packagist, we can directly access the installed packages via the Composer API and no longer require the package.
There might be some version parsing that is useful, but we can either vendor this in (with the correct license attribution) or implement it ourselves.
With Composer v1 now being deprecated on packagist, we can directly access the installed packages via the Composer API and no longer require the package.
There might be some version parsing that is useful, but we can either vendor this in (with the correct license attribution) or implement it ourselves.