Skip to content

Commit

Permalink
Remove lkwdwrd/wp-muplugin-loader requirement
Browse files Browse the repository at this point in the history
To improve compatibility with Roots Bedrock.

Doesn't appear to be required, and produces errors (see spinupwp#8) when using bedrock.
  • Loading branch information
robrecord authored Apr 10, 2019
1 parent c960018 commit 5c5c382
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
],
"type": "wordpress-muplugin",
"require": {
"composer/installers": "~1.0",
"lkwdwrd/wp-muplugin-loader": "~1.0.0"
"composer/installers": "~1.0"
}
}

0 comments on commit 5c5c382

Please sign in to comment.