A
A
Arthur2019-07-29 23:18:19
GitHub
Arthur, 2019-07-29 23:18:19

How to fork from github for composer without violating the license?

Greetings.

How to make a fork in order to finish some solution without violating the license and with the ability to add it to packagist, for further installation through composer?

When I fork, make changes and push, then such code is not added to packagist, because he already is. You can change the namespaces and package name in composer.json to your own, but isn't this a violation of licenses? And in general, it doesn’t look very decent - I took someone else’s code, put my own package name)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey delphinpro, 2019-07-30
@ar2rsoft

for further installation via composer?

And what, direct installation from a turnip does not work any more?
Actually, I don't remember if it works that easy.
But in any case, there is a possibility. Read here: https://getcomposer.org/doc/05-repositories.md#loa...
You just have to fork the turnip, fix it and just use your fork in the project.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question