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 458da97 commit b7d633a
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 b7d633a

Please sign in to comment.