Skip to content

Commit 21ef967

Browse files
committed
adjust a few signatures to accommodate new alpha deps
1 parent 052a5ee commit 21ef967

File tree

4 files changed

+37
-1302
lines changed

4 files changed

+37
-1302
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
]
1919
}
2020
},
21+
"minimum-stability": "alpha",
2122
"require": {
2223
"php": ">=7.1",
2324
"psr/log": "~1.0",
2425
"nikic/php-parser": "^3.0",
25-
"phpdocumentor/reflection-docblock": "^4"
26+
"phpdocumentor/reflection-docblock": "^5"
2627
},
2728
"require-dev": {
2829
"mockery/mockery": "~1.0",
29-
"mikey179/vfsStream": "~1.2",
30-
"phpunit/phpunit": "~6.5"
30+
"mikey179/vfsStream": "~1.2"
3131
},
3232
"extra": {
3333
"branch-alias": {

0 commit comments

Comments
 (0)