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

Can you the change repo name to added to packagist for usage with composer #4

Open
jbob9 opened this issue Aug 3, 2020 · 1 comment

Comments

@jbob9
Copy link

jbob9 commented Aug 3, 2020

No description provided.

@jbob9 jbob9 changed the title Can you the repo name to added to packagist for usage with composer Can you the change repo name to added to packagist for usage with composer Aug 3, 2020
@esuy
Copy link
Collaborator

esuy commented Aug 4, 2020

You can use it from github by using composer
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