Skip to content

Commit

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

0 comments on commit 9ca3aa5

Please sign in to comment.