Skip to content

Commit fdf3df6

Browse files
committed
bump reflection-common to v2
1 parent 5579383 commit fdf3df6

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

composer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
"email": "[email protected]"
99
}
1010
],
11+
"minimum-stability": "alpha",
1112
"require": {
1213
"php": ">=7.1",
13-
"phpdocumentor/reflection-common": "^1.0"
14+
"phpdocumentor/reflection-common": "^2.0"
1415
},
1516
"require-dev": {
1617
"mockery/mockery": "^1.0",
@@ -25,10 +26,5 @@
2526
"psr-4": {
2627
"phpDocumentor\\Reflection\\": "tests"
2728
}
28-
},
29-
"extra": {
30-
"branch-alias": {
31-
"dev-master": "1.0.x-dev"
32-
}
3329
}
3430
}

composer.lock

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

0 commit comments

Comments
 (0)