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
Use auth for GitLab private repos, and fix GitLab failover behavior (#……157)
* - When retrieving a ZIP from a private repository, use authentication, if provided
- Fix the GitLab failover behavior (used to bail-out on private GitLab repositories without trying to use a token if one was provided)
* "fix" a phpcs warning
* handle GitLab subgroup
* use GitLab as a Github fall-back when requesting package-name without precision about Git hosting
* phpcs fixes