Skip to content

Commit 831c63f

Browse files
committed
lowest dependency versions that pass tests
1 parent 5aaef89 commit 831c63f

File tree

2 files changed

+262
-416
lines changed

2 files changed

+262
-416
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"minimum-stability": "alpha",
1313
"require": {
1414
"php": ">=7.1",
15-
"phpdocumentor/reflection-common": "^2"
15+
"phpdocumentor/reflection-common": "^2.0.0-alpha3"
1616
},
1717
"require-dev": {
18-
"mockery/mockery": "^1.0",
19-
"phpunit/phpunit": "^6.5"
18+
"mockery/mockery": "^1.0.0-beta1",
19+
"phpunit/phpunit": "~6"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)