Commit 9a81b72 1 parent 2a3f7ca commit 9a81b72 Copy full SHA for 9a81b72
File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ matrix:
18
18
fast_finish : true
19
19
include :
20
20
- php : ' 7.0'
21
- env : PHPDOCUMENTOR_REFLECTION_DOCBLOCK="~ 2.0"
21
+ env : PHPDOCUMENTOR_REFLECTION_DOCBLOCK="^ 2.0"
22
22
23
23
before_script :
24
24
- if [ -n "$PHPDOCUMENTOR_REFLECTION_DOCBLOCK" ]; then
Original file line number Diff line number Diff line change 16
16
17
17
}
18
18
],
19
+
19
20
"require" : {
20
21
"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" ,
23
24
"doctrine/instantiator" : " ^1.0.2" ,
24
- "sebastian/recursion-context" : " ~ 1.0"
25
+ "sebastian/recursion-context" : " ^ 1.0"
25
26
},
26
27
27
28
"require-dev" : {
28
- "phpspec/phpspec" : " ~ 2.0"
29
+ "phpspec/phpspec" : " ^ 2.0"
29
30
},
30
31
31
32
"autoload" : {
You can’t perform that action at this time.
0 commit comments