Skip to content

Commit 3a738e2

Browse files
authored
Merge pull request #41 from fredden/feature/composer.lock-false
Composer: avoid writing a lock file
2 parents 5715267 + 4041e85 commit 3a738e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"config": {
2626
"allow-plugins": {
2727
"dealerdirect/phpcodesniffer-composer-installer": true
28-
}
28+
},
29+
"lock": false
2930
},
3031
"require" : {
3132
"phpcompatibility/php-compatibility" : "^9.0",

0 commit comments

Comments
 (0)