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 19, 2024
1 parent f7c3dac commit 182a395
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
"PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Tests\\": "tests/"
}
},
"config": {
"lock": false
},
"extra": {
"class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
},
Expand Down

0 comments on commit 182a395

Please sign in to comment.