Skip to content

Commit 3ab7ded

Browse files
committed
Remove phpDoc MD dependency. It's only needed to generate documentation.
1 parent 8c47f1a commit 3ab7ded

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"stephenhill/base58": "^1.1"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^7.0",
24-
"cvuorinen/phpdoc-markdown-public": "^0.2.0"
23+
"phpunit/phpunit": "^7.0"
2524
},
2625
"autoload": {
2726
"psr-4": {

0 commit comments

Comments
 (0)