Skip to content

Commit 24ebd6a

Browse files
authored
Merge pull request #81 from Yoast/JRF/composer-no-lock
Composer: prevent a lock file from being created
2 parents a5464a9 + ed1d8a1 commit 24ebd6a

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
@@ -56,7 +56,8 @@
5656
"config": {
5757
"allow-plugins": {
5858
"dealerdirect/phpcodesniffer-composer-installer": true
59-
}
59+
},
60+
"lock": false
6061
},
6162
"extra": {
6263
"branch-alias": {

0 commit comments

Comments
 (0)