Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Host Port from composer.json Missing in composer.lock #193

Closed
seydu opened this issue Jan 5, 2015 · 2 comments
Closed

Host Port from composer.json Missing in composer.lock #193

seydu opened this issue Jan 5, 2015 · 2 comments

Comments

@seydu
Copy link

seydu commented Jan 5, 2015

My Statis server is listening on a non standard port, so I had to put the port in the composer.json.
But in the generated composer.lock the port is stripped (9877), so my downloads fail

{
    "name": "...",
    "description": "...",
    "repositories": [ 
      { "type": "composer", "url": "http://packagist.my-company.net:9877" },
      { "type": "composer", "url": "https://packagist.org" }
    ],
    "require": {
        "my-company/my-repo":                                      "0.1.1"
    },
    "minimum-stability": "dev"
}

It seems to me that this problem is a Composer behavior.

@seydu seydu changed the title Host Port Missing in composer.lock Host Port from composer.json Missing in composer.lock Jan 5, 2015
@stof
Copy link
Contributor

stof commented Jan 6, 2015

This should be reported to the Composer issue tracker instead, to have the issue in the right project. the composer.lock is not handled by Satis at all.

@seydu
Copy link
Author

seydu commented Jan 6, 2015

That's what I thought. I will close this issue and open a similar one on composer.
Thanks.

@seydu seydu closed this as completed Jan 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants