Skip to content

Commit

Permalink
Merge pull request #27 from fredden/feature/composer.lock-false
Browse files Browse the repository at this point in the history
Composer: avoid writing a lock file
  • Loading branch information
jrfnl authored Apr 24, 2024
2 parents 458da97 + b7d633a commit 1db9544
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@
"dealerdirect/phpcodesniffer-composer-installer": "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
},
"prefer-stable" : true
"prefer-stable": true,
"config": {
"lock": false
}
}

0 comments on commit 1db9544

Please sign in to comment.