zendframework / ZFTool

Utility module for maintaining modular Zend Framework 2 applications.
187 stars 102 forks source link

Add composer.lock in VCS #122

Closed gianarb closed 8 years ago

gianarb commented 9 years ago

composer.lock is a bad practice if you are working on a library. an application requires composer.lock to build the correct depependecies. This is an application

Maks3w commented 8 years ago

While I agree the documentation does not offer the install the tool as library, the fact is the authors use the tool as dependency https://github.com/zfcampus/zf-apigility-skeleton/blob/master/composer.json#L36

So the need of test the latest dependencies still be necessary.