When mirroring packages like symfony/intl and you will fire a bin/medusa mirror command, medusa fires 8 HTTP calls for packages like php, symfony/polyfill-intl-icu, symfony/polyfill-php54, ext-intl, lib-icu, etc.
On Packagist side this leads to unnecessary requests like:
When mirroring packages like symfony/intl and you will fire a
bin/medusa mirror
command, medusa fires 8 HTTP calls for packages likephp
,symfony/polyfill-intl-icu
,symfony/polyfill-php54
,ext-intl
,lib-icu
, etc.On Packagist side this leads to unnecessary requests like:
This PR skips all packages that don't contain a
/
. This means they don't have a vendor and are identified as a system package.