Merge pull request #345 from alexbowers/patch-1

Support Laravel 5.3.x (beta)
This commit is contained in:
Barry vd. Heuvel
2016-05-01 09:29:05 +02:00
+3 -3
View File
@@ -11,9 +11,9 @@
], ],
"require": { "require": {
"php": ">=5.4.0", "php": ">=5.4.0",
"illuminate/support": "5.0.x|5.1.x|5.2.x", "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", "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", "illuminate/filesystem": "5.0.x|5.1.x|5.2.x|5.3.x",
"phpdocumentor/reflection-docblock": "^2.0.4", "phpdocumentor/reflection-docblock": "^2.0.4",
"symfony/class-loader": "~2.3|~3.0" "symfony/class-loader": "~2.3|~3.0"
}, },