Skip to content

Commit 0369781

Browse files
committed
Composer: prevent a lock file from being created
1 parent 7196934 commit 0369781

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
@@ -23,7 +23,8 @@
2323
"allow-plugins": {
2424
"dealerdirect/phpcodesniffer-composer-installer": true,
2525
"johnpbloch/wordpress-core-installer": true
26-
}
26+
},
27+
"lock": false
2728
},
2829
"extra": {
2930
"branch-alias": {

0 commit comments

Comments
 (0)