Commit 51de486f authored by Evan Read's avatar Evan Read

Merge branch 'selhorn-composer-dupes' into 'master'

Added details about publishing duplicate packages

See merge request gitlab-org/gitlab!50226
parents 0c3bc5b7 dab284ee
......@@ -132,6 +132,13 @@ A more detailed Composer CI/CD file is also available as a `.gitlab-ci.yml` temp
WARNING:
Do not save unless you want to overwrite the existing CI/CD file.
## Publishing packages with the same name or version
When you publish:
- The same package with different data, it overwrites the existing package.
- The same package with the same data, a `404 Bad request` error occurs.
## Install a Composer package
Install a package from the Package Registry so you can use it as a dependency.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment