1
0
Fork 0
composer/res
Arnout Boks 7c5e5e3ede Add option to disable the lock file
When the `lock` option is set to false, composer will not write a
`composer.lock` file to disk. This signals that the package is meant
to be developed with unlocked and always updated dependencies. At the
moment, both `install` and `update` are allowed to install the
dependencies for such a package. If #6822 is implemented, only `update`
should be used for packages without a lockfile.

https://github.com/composer/composer/issues/8354
2019-10-19 21:46:29 +02:00
..
composer-repository-schema.json add dist/source to package definition 2016-10-04 13:20:37 +02:00
composer-schema.json Add option to disable the lock file 2019-10-19 21:46:29 +02:00