Skip to content

Commit

Permalink
Remove require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
derekherman committed Oct 27, 2020
1 parent b6d06dd commit 35c6e70
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions composer.json
Expand Up @@ -4,7 +4,7 @@
"keywords": [
"wordpress"
],
"version": "1.0.0",
"version": "1.0.1",
"type": "composer-plugin",
"license": "MIT",
"authors": [
Expand All @@ -21,10 +21,7 @@
"require": {
"composer-plugin-api": "^1"
},
"require-dev": {
"composer/composer": "^1"
},
"extra": {
"class": "XWP\\Composer\\Plugin"
}
}
}

0 comments on commit 35c6e70

Please sign in to comment.