removed composer.lock from gitignore

we should not provide one in the package but developers should commit
them when starting a new project so that all share the same versions
and only explicit composer update command will change that.
Escpecially important when deploying to production.
This commit is contained in:
Carsten Brandt 2013-12-12 21:55:40 +01:00
parent 9bacb2c51f
commit be1d9a0311

1
.gitignore vendored
View File

@ -1 +0,0 @@
/composer.lock