OSDN Git Service

Have Composer ignore composer.lock when installing
authorDaniel Bachhuber <d@danielbachhuber.com>
Sat, 27 Jul 2013 22:08:40 +0000 (22:08 +0000)
committerDaniel Bachhuber <d@danielbachhuber.com>
Sat, 27 Jul 2013 22:08:40 +0000 (22:08 +0000)
commit65cc02c231b5b86be7baede279e9f10d7110e4ae
tree2bb3745847297da1480028fe832ce05b040c5767
parenta3f8266439f8615f1f9780e82266f0099cd0ae55
Have Composer ignore composer.lock when installing

Unfortunately, the Installer class will silently fail to install a package
when there's a `composer.lock` file in the directory. Setting the update
flag overrides this behavior, but will also update other Composer packages.
php/commands/package.php