Skip to content

Fix file path for composer. Add linden composer repo alias. #5

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

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

LogLinden
Copy link
Contributor

@LogLinden LogLinden commented Aug 27, 2024

I ran into issues trying to add a cloudsmith composer package as a required package. At first, I fixed this by copying the auth.json file into the same directory as my projects composer.json file, which changed the failure, but did not fix the issue. I was seeing an error about logging into 'composer.secondlife.io', which was not what I configured as my repository. I copied the dl.cloudsmith.io into a new object and that worked. I then attempted to edit a global auth file using the instructions here https://getcomposer.org/doc/articles/authentication-for-private-packages.md#http-basic and realized that the correct location for a global auth.json was actually ~/.composer/auth.json, not ~/.config/composer/auth.json. Hopefully I can get farther towards actually using a private composer package with these changes.

@LogLinden LogLinden requested a review from bennettgoble August 27, 2024 23:51
@bennettgoble bennettgoble added the bug Something isn't working label Aug 28, 2024
@LogLinden LogLinden merged commit 200d330 into main Aug 28, 2024
2 checks passed
@LogLinden LogLinden deleted the log/composer-tweaks branch August 28, 2024 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants