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

Provide extension on Packagist #8

Closed
martinhummer opened this issue Apr 11, 2018 · 3 comments
Closed

Provide extension on Packagist #8

martinhummer opened this issue Apr 11, 2018 · 3 comments

Comments

@martinhummer
Copy link

Is there a possibility to provide this extension via packagist, so one could install it via composer?

@jdreesen
Copy link

As long as it is not on packagist you can add this to the repositories section in your composer.json:

{
   "type": "vcs",
   "url": "https://github.com/froemken/repair_translation"
}

Then do composer require stefanfroemken/repair_translation, like you normally do.

@froemken
Copy link
Owner

Oh yes. Good point. Done

@martinhummer
Copy link
Author

Perfect!
Thank you both.

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

3 participants