Skip to content

Commit

Permalink
Added composer installers plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrobinson-psycle committed Oct 22, 2015
1 parent 20ccca7 commit d44f40b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
"license" : "GPL-2.0+",
"minimum-stability": "dev",
"authors" : [
{
"name" : "John P. Bloch",
"email": "[email protected]"
},
{
"name" : "James Robinson",
"email": "[email protected]"
Expand All @@ -27,7 +23,8 @@
"class": "psycle\\Composer\\WordPressCorePlugin"
},
"require" : {
"composer-plugin-api": "^1.0"
"composer-plugin-api": "^1.0",
"composer/installers": "@stable"
},
"require-dev" : {
"composer/composer": "1.0.*@dev"
Expand Down

0 comments on commit d44f40b

Please sign in to comment.