Closed tchule closed 7 years ago
Maybe an answer : http://www.lornajane.net/posts/2014/using-composer-without-gitignoring
Versioning external libraries is not a good idea. I'd pack whole thing along with dependencies into a ZIP and release it upon every major release.
That's the ideal solution here Marcin.
Sent from my iPhone
On 6 Oct 2014, at 16:48, Marcin Kurczewski notifications@github.com wrote:
Versioning external libraries is not a good idea. I'd pack whole thing along with dependencies into a ZIP and release it upon every major release.
— Reply to this email directly or view it on GitHub.
Re-added the default autoloader. This should not break the composer case and allow to use the project without it.
See : https://code.google.com/p/phpcheckstyle/issues/detail?id=89
We have added the
vendor
directory in.gitignore
. We need to find a way to be compatible for people who use the project directly through GitHub and COmposer and for the people who download the source to use locally without Composer.