Skip to content

Commit

Permalink
Composer: prevent a lock file from being created (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl authored Aug 26, 2024
1 parent bc8d7e3 commit f865e7b
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 @@ -23,7 +23,8 @@
"sort-order": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"lock": false
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f865e7b

Please sign in to comment.