Use fork of reflection docblock

This commit is contained in:
Barry vd. Heuvel
2016-06-13 21:35:48 +02:00
parent 091f78508c
commit 3064296216
3 changed files with 16 additions and 16 deletions
+5 -5
View File
@@ -11,11 +11,11 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x",
"illuminate/console": "5.0.x|5.1.x|5.2.x|5.3.x",
"illuminate/filesystem": "5.0.x|5.1.x|5.2.x|5.3.x",
"phpdocumentor/reflection-docblock": "^2.0.4",
"symfony/class-loader": "~2.3|~3.0"
"illuminate/support": "^5.0,<5.4",
"illuminate/console": "^5.0,<5.4",
"illuminate/filesystem": "^5.0,<5.4",
"barryvdh/reflection-docblock": "^2.0.4",
"symfony/class-loader": "^2.3|^3.0"
},
"require-dev": {
"phpunit/phpunit" : "4.*",