Skip to content

Commit 6123377

Browse files
committed
remove php unit to dev and update version
1 parent 9306a1d commit 6123377

File tree

2 files changed

+862
-700
lines changed

2 files changed

+862
-700
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
"php": ">=7.1.0",
1616
"ext-curl": "*",
1717
"yiisoft/yii2": "*",
18-
"phpunit/phpunit" : "6.*",
1918
"phpdocumentor/reflection": ">=3.0.0",
2019
"phpdocumentor/reflection-docblock": "~2.0"
2120
},
21+
"require-dev": {
22+
"phpunit/phpunit" : ">=6.0"
23+
},
2224
"autoload": {
2325
"psr-4": {
2426
"pahanini\\restdoc\\": ""

0 commit comments

Comments
 (0)