普通网友 2014-02-01 23:26
浏览 125
已采纳

为什么Laravel 4 gitignore composer.lock

Why does the default laravel4 have the composer.lock file included in the .gitignore repo?

It seems to contradict composers recommendations to commit this file into VCS. I was wondering if there was something I didn't know that justified this?

  • 写回答

2条回答 默认 最新

  • doupiai5597 2014-02-01 23:49
    关注

    According to the author of Laravel here https://github.com/laravel/framework/issues/1412:

    It is recommended for your own apps, not for frameworks.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?