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

Token issue #2

Open
TephGab opened this issue Apr 19, 2020 · 1 comment
Open

Token issue #2

TephGab opened this issue Apr 19, 2020 · 1 comment

Comments

@TephGab
Copy link

TephGab commented Apr 19, 2020

After adding the git repository url to composer.json as dependencies, this is what i got when i try a composer update

Your GitHub credentials are required to fetch private repository metadata (https://github.com/ecelestin/ecelestin-Moncashsdk-php.git)
Head to https://github.com/settings/tokens/new?scopes=repo&description=Composer+on+DESKTOP-BK70N6E+2020-04-19+0115

Please could you help me with this

@TephGab TephGab changed the title Composer update Token issue Apr 19, 2020
@esuy
Copy link
Collaborator

esuy commented Aug 4, 2020

This repository is public
Please see the instruction below
Step 1 - put this in the composer.json
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ecelestin/ecelestin-Moncash-sdk-php.git"
}
],
"require": {
"DGCGroup/MonCash-PHP-SDK":"dev-master"
}

Step 2 - Run the command below
composer update

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