You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand it correctly, repman extracts the metadata of all versions, but if you use a simple git repository as source (instead of GitHub for example) the Web UI will only show the latest version available (the packages.json contains all versions) and apart from packagist, it will not build dist files itself. (The ComposerPackageSynchronizer skips all versions, which do not have a dist url - which are all for git repositories given by a ssh url)
If this is something you would like to support, I could try to deliver at least a draft
Another thing, I am missing is the "required by", which Satis publishes in Package details.
The text was updated successfully, but these errors were encountered:
If I understand it correctly, repman extracts the metadata of all versions, but if you use a simple git repository as source (instead of GitHub for example) the Web UI will only show the latest version available (the packages.json contains all versions) and apart from packagist, it will not build dist files itself. (The ComposerPackageSynchronizer skips all versions, which do not have a dist url - which are all for git repositories given by a ssh url)
If this is something you would like to support, I could try to deliver at least a draft
Another thing, I am missing is the "required by", which Satis publishes in Package details.
The text was updated successfully, but these errors were encountered: