Skip to content

Commit a58c5e7

Browse files
authored
No hard dependency on phpunit
There should not be any hard dependency on phpunit for runtime. The require should either be require-dev (only install if console_getopt is the root package) or suggest (don't auto-install, only show a suggestion on installing.
1 parent acc75a6 commit a58c5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"source": "https://github.com/pear/Console_Getopt"
3333
},
3434
"type": "library",
35-
"require": {
35+
"require-dev": {
3636
"phpunit/phpunit": "<=8"
3737
}
3838
}

0 commit comments

Comments
 (0)