Skip to content

Commit cf804a2

Browse files
committed
bump reflection-common; adjust minimum stability to beta
1 parent 9a33386 commit cf804a2

File tree

2 files changed

+25
-22
lines changed

2 files changed

+25
-22
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"email": "[email protected]"
1010
}
1111
],
12-
"minimum-stability": "alpha",
12+
"minimum-stability": "beta",
1313
"require": {
1414
"php": ">=7.1",
15-
"phpdocumentor/reflection-common": "^2.0.0-alpha3"
15+
"phpdocumentor/reflection-common": "~2.0.0-beta1"
1616
},
1717
"require-dev": {
18-
"mockery/mockery": "^1.0.0-beta1",
18+
"mockery/mockery": "~1",
1919
"phpunit/phpunit": "~6"
2020
},
2121
"autoload": {

composer.lock

Lines changed: 22 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)