Skip to content

Handle private Composer packages #35609

Answered by mremi
mremi asked this question in Request Help
Apr 28, 2025 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

Hi,

I finally found that Renovate expects the package name for each private package in composer.json, so in my example:

{
    "name": "my/app",
    "require": {
        "symfony/console": "^7.2",
        "foo/bar": "^3.1"
    },
    "repositories": [
        {
            "name": "foo/bar",
            "type": "vcs",
            "url": "https://self-hosted.gitlab.com/foo/bar.git"
        }
    ]
}

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@rarkins
Comment options

@mremi
Comment options

Answer selected by mremi
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:reproduction A minimal reproduction is necessary to proceed auto:logs-packages Needs packageFiles with updates logs
2 participants