Skip to content

Commit

Permalink
Composer: avoid writing a lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
fredden committed Apr 23, 2024
1 parent 5b45d93 commit 73c7e03
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 @@ -37,7 +37,8 @@
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"lock": false
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 73c7e03

Please sign in to comment.