Skip to content

Commit 2cdfa93

Browse files
authored
Merge pull request #5 from fredden/feature/composer.lock-false
Composer: avoid writing a lock file
2 parents 747edc2 + 6a4e456 commit 2cdfa93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"config": {
2424
"allow-plugins": {
2525
"dealerdirect/phpcodesniffer-composer-installer": true
26-
}
26+
},
27+
"lock": false
2728
},
2829
"require" : {
2930
"phpcompatibility/php-compatibility" : "^9.0",

0 commit comments

Comments
 (0)