hiqdev / asset-packagist

Asset Packagist
https://asset-packagist.org
BSD 3-Clause "New" or "Revised" License
247 stars 24 forks source link

Fetch does not fetch dependencies #145

Closed buzanits closed 2 years ago

buzanits commented 2 years ago

When clicking on a package on the website, the package is fetched from the sources. Good. But if the package has dependencies, they are not fetched. So installing the package fails, because the dependency packages are outdated. Fetching them manual on the website is not an apropriate workaround, because some packages have dozens of dependencies.

SilverFire commented 2 years ago

Hello. Sorry for the late answer. The dependencies are fetched asynchronously, so after adding a new package it make take some time to fetch all the package versions' dependencies.