Merge pull request #3011 from tyloo/patch-1

Fix dependency
This commit is contained in:
Taylor Otwell 2014-09-12 11:02:45 -05:00
commit bfd5323fab
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"license": "MIT",
"type": "project",
"require": {
"laravel/framework": "4.3.*"
"laravel/framework": "~5.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"