Skip to content

Commit c06763f

Browse files
committed
Composer: prevent a lock file from being created
1 parent 2a6f985 commit c06763f

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
@@ -33,7 +33,8 @@
3333
"allow-plugins": {
3434
"dealerdirect/phpcodesniffer-composer-installer": true,
3535
"johnpbloch/wordpress-core-installer": true
36-
}
36+
},
37+
"lock": false
3738
},
3839
"extra": {
3940
"branch-alias": {

0 commit comments

Comments
 (0)