Merge pull request #298 from onigoetz/patch-1

Allow symfony/class-loader 3.0 to be installed
This commit is contained in:
Barry vd. Heuvel
2016-01-03 11:48:37 +01:00
+1 -1
View File
@@ -15,7 +15,7 @@
"illuminate/console": "5.0.x|5.1.x|5.2.x", "illuminate/console": "5.0.x|5.1.x|5.2.x",
"illuminate/filesystem": "5.0.x|5.1.x|5.2.x", "illuminate/filesystem": "5.0.x|5.1.x|5.2.x",
"phpdocumentor/reflection-docblock": "2.0.4", "phpdocumentor/reflection-docblock": "2.0.4",
"symfony/class-loader": "~2.3" "symfony/class-loader": "~2.3|~3.0"
}, },
"require-dev": { "require-dev": {
"doctrine/dbal": "~2.3" "doctrine/dbal": "~2.3"