Hacker News new | ask | show | jobs
by dubcanada 3567 days ago
Why is the entire vendor directory in github? I'm fairly certain some of those packages cannot be redistributed like that.
1 comments

Agree. What is the point of using composer or any dependency manager if you check-in the vendor folder?
Because your project is useless when a dependency is removed in the future. It happened to me one time and now I'm really considering to include the vendor folder in my own repository.

Of course a dependency manager is still very useful to setup a new project.