Skip to content

Commit

Permalink
add composer installers as dependencies since we now rely on WordPres…
Browse files Browse the repository at this point in the history
…sInstaller to find the correct plugins folder
  • Loading branch information
petitphp committed Dec 17, 2019
1 parent 38057e0 commit 505fa45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
],
"require": {
"php": ">=5.6",
"composer-plugin-api": "^1.1"
"composer-plugin-api": "^1.1",
"composer/installers": "^1.5"
},
"require-dev": {
"composer/composer": "^1.6"
Expand All @@ -23,4 +24,4 @@
"extra": {
"class": "BEA\\Composer\\ScaffoldPlugin\\ScaffoldPlugin"
}
}
}

0 comments on commit 505fa45

Please sign in to comment.