Skip to content

Commit 9a81b72

Browse files
committed
Require phpdocumentor/reflection-docblock ^3.0.2
1 parent 2a3f7ca commit 9a81b72

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ matrix:
1818
fast_finish: true
1919
include:
2020
- php: '7.0'
21-
env: PHPDOCUMENTOR_REFLECTION_DOCBLOCK="~2.0"
21+
env: PHPDOCUMENTOR_REFLECTION_DOCBLOCK="^2.0"
2222

2323
before_script:
2424
- if [ -n "$PHPDOCUMENTOR_REFLECTION_DOCBLOCK" ]; then

composer.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,17 @@
1616
"email": "[email protected]"
1717
}
1818
],
19+
1920
"require": {
2021
"php": "^5.3|^7.0",
21-
"phpdocumentor/reflection-docblock": "~2.0|~3.0",
22-
"sebastian/comparator": "~1.1",
22+
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
23+
"sebastian/comparator": "^1.1",
2324
"doctrine/instantiator": "^1.0.2",
24-
"sebastian/recursion-context": "~1.0"
25+
"sebastian/recursion-context": "^1.0"
2526
},
2627

2728
"require-dev": {
28-
"phpspec/phpspec": "~2.0"
29+
"phpspec/phpspec": "^2.0"
2930
},
3031

3132
"autoload": {

0 commit comments

Comments
 (0)