Skip to content

Commit d37e1c8

Browse files
committed
Restrict reflection-docblock version
1 parent 62690bf commit d37e1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"fzaninotto/faker": "^1.6",
2020
"laravel/framework": "~5.0",
2121
"mpociot/documentarian": "^0.2.0",
22-
"phpdocumentor/reflection-docblock": "^2.0 || ^3.0.2"
22+
"phpdocumentor/reflection-docblock": "^2.0"
2323
},
2424
"require-dev": {
2525
"orchestra/testbench": "~3.0",

0 commit comments

Comments
 (0)