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 authored and jrfnl committed Apr 24, 2024
1 parent 7097ca8 commit cfefe41
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 @@ -21,7 +21,8 @@
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"lock": false
},
"require" : {
"phpcompatibility/php-compatibility" : "^9.0",
Expand Down

0 comments on commit cfefe41

Please sign in to comment.