Skip to content

Commit

Permalink
Merge pull request #456 from roots/log1x-composer-opt
Browse files Browse the repository at this point in the history
Better default composer options
  • Loading branch information
swalkinshaw committed Aug 7, 2019
2 parents 7cc3b24 + 70e2e53 commit 4fdfffd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"issues": "https://github.com/roots/bedrock/issues",
"forum": "https://discourse.roots.io/category/bedrock"
},
"config": {
"preferred-install": "dist"
},
"repositories": [
{
"type": "composer",
Expand All @@ -45,6 +42,13 @@
"squizlabs/php_codesniffer": "^3.4.2",
"roave/security-advisories": "dev-master"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"installer-paths": {
"web/app/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
Expand Down
28 changes: 15 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4fdfffd

Please sign in to comment.