Skip to content

Commit 2478c8d

Browse files
committed
phpunit is only a dev dependency
1 parent cc48799 commit 2478c8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "konsulting/json-diff",
33
"description": "",
44
"require": {
5-
"php": ">=5.6",
5+
"php": ">=5.6"
6+
},
7+
"require-dev": {
68
"phpunit/phpunit": "^5.6 || ^6.5 || ^7.0"
79
},
810
"license": "MIT",

0 commit comments

Comments
 (0)