Skip to content

Commit 8fe15a5

Browse files
authored
Merge pull request #66 from hason/patch-require
Require composer/composer only in dev
2 parents 9b92fa0 + 419ce2a commit 8fe15a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
],
2121
"require": {
2222
"php": ">=5.4.0",
23-
"composer-plugin-api": "^1.0 || ^2.0",
23+
"composer-plugin-api": "^1.0 || ^2.0"
24+
},
25+
"require-dev": {
2426
"composer/composer": "^1.0 || ^2.0"
2527
},
2628
"extra": {

0 commit comments

Comments
 (0)