Replies: 1 comment 1 reply
|
I'dd surely accept a PR for that. Are you willing to give it a try? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
GrumPHP 1.5.0composer-normalize introduced
--no-check-lockoption in 2.7.0 release back in August 2020.This option is very useful when you work on a library project and you only concerned about the
composer.jsonfile but not that much about the lock file that only exists in the development environment for the library itself.It would be awesome to see it available via configuration for the
composer_normalizetask.All reactions