Commit de411225 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #41 from GrahamCampbell/patch-1

Allow global installs along side symfony 3 deps
parents bf9f772f cf4cab60
......@@ -16,8 +16,8 @@
},
"require": {
"guzzlehttp/guzzle": "~4.0|~5.0|~6.0",
"symfony/console": "~2.3",
"symfony/process": "~2.3"
"symfony/console": "~2.3|~3.0",
"symfony/process": "~2.3|~3.0"
},
"bin": [
"laravel"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment