Skip to content

Commit

Permalink
Merge pull request #81 from Yoast/JRF/composer-no-lock
Browse files Browse the repository at this point in the history
Composer: prevent a lock file from being created
  • Loading branch information
jrfnl authored Nov 7, 2024
2 parents a5464a9 + ed1d8a1 commit 24ebd6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"lock": false
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 24ebd6a

Please sign in to comment.