Skip to content

Commit f92e0cc

Browse files
committed
divide phpunit to require-dev
1 parent 67da50b commit f92e0cc

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
@@ -3,7 +3,9 @@
33
"description": "JIRA REST API Client for PHP Users.",
44
"require": {
55
"netresearch/jsonmapper": "0.4.*",
6-
"monolog/monolog": "~1.12",
6+
"monolog/monolog": "~1.12"
7+
},
8+
"require-dev": {
79
"phpunit/phpunit": "~4.4"
810
},
911
"license": "Apache 2.0",

0 commit comments

Comments
 (0)