Skip to content

Commit

Permalink
Merge pull request #66 from hason/patch-require
Browse files Browse the repository at this point in the history
Require composer/composer only in dev
  • Loading branch information
Naktibalda committed Feb 18, 2021
2 parents 9b92fa0 + 419ce2a commit 8fe15a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Expand Up @@ -20,7 +20,9 @@
],
"require": {
"php": ">=5.4.0",
"composer-plugin-api": "^1.0 || ^2.0",
"composer-plugin-api": "^1.0 || ^2.0"
},
"require-dev": {
"composer/composer": "^1.0 || ^2.0"
},
"extra": {
Expand Down

0 comments on commit 8fe15a5

Please sign in to comment.