Skip to content

Commit f64d91e

Browse files
committed
Composer: avoid writing a lock file
1 parent 9ecc6fa commit f64d91e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"config": {
3939
"allow-plugins": {
4040
"dealerdirect/phpcodesniffer-composer-installer": true
41-
}
41+
},
42+
"lock": false
4243
},
4344
"autoload-dev" : {
4445
"psr-4": {

0 commit comments

Comments
 (0)