Skip to content

Commit

Permalink
Merge pull request #165 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 10, 2024
2 parents a286169 + 88b1bf0 commit 54309db
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 @@ -46,7 +46,8 @@
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"lock": false
},
"scripts": {
"lint": [
Expand Down

0 comments on commit 54309db

Please sign in to comment.