ignore composer.lock

Facts:

1. When WP-CLI isn't installed as the root package, composer.lock is
ignored.

2. The wp-cli.org installer doesn't install WP-CLI as the root package,
but as a dependency.

1. + 2. => Having composer.lock under version control gives a false
sense of security. Instead, we should take more care with how we define
dependencies in composer.json
This commit is contained in:
scribu 2013-06-23 14:45:44 +03:00
parent 1542449de9
commit 4b146cb824

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
composer.lock
composer.phar
/vendor
/phpunit.xml