Skip to content

Commit

Permalink
Require composer/installers
Browse files Browse the repository at this point in the history
Require `composer/installers` so users can move it to mu-plugins or wherever.
  • Loading branch information
mikelittle committed Jul 7, 2024
1 parent 6ee8835 commit 1fa32b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"email": "joehoyle@gmail.com"
}
],
"require": {},
"require": {
"composer/installers": "^1.7 ||^2.3"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
}
Expand Down

0 comments on commit 1fa32b3

Please sign in to comment.