Skip to content

Commit 1de78fc

Browse files
committed
Add phpdocumentor/phpdocumentor v2.8.4 to composer
Fixes phpunit dependency from including PHP 5.5+ dependencies, which made the PHP 5.4 build fail.
1 parent 8d892d6 commit 1de78fc

File tree

2 files changed

+3116
-543
lines changed

2 files changed

+3116
-543
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"microformats/test": "@dev"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "4.8.*"
24+
"phpunit/phpunit": "4.8.*",
25+
"phpdocumentor/phpdocumentor": "v2.8.4"
2526
},
2627
"autoload": {
2728
"files": ["Mf2/Parser.php"]

0 commit comments

Comments
 (0)