Packagist has a "providers" API, e.g.: - https://packagist.org/providers/ext-redis.json - https://packagist.org/providers/ext-xdebug.json etc. We can use this to search for `ext-*` stuff in `pie install` (in a PHP project), instead of the search API. Use `\Composer\Repository\RepositoryInterface::getProviders()` instead
Packagist has a "providers" API, e.g.:
etc.
We can use this to search for
ext-*stuff inpie install(in a PHP project), instead of the search API.Use
\Composer\Repository\RepositoryInterface::getProviders()instead