Skip to content

Fix relative URL with composer package

John Long requested to merge john_long-composer-package-relative-url into master

What does this MR do?

Currently, when using a relative URL, the Composer packages json file contains a providers-url that does not include the relative path. This MR checks for a relative URL and adds the relative path if needed.

Reference: #267549 (closed)

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by John Long

Merge request reports