Fix dependency

With this new 5.0 branch, there is some issues on composer install. Either keep a 4.3.* branch or change this ?
This commit is contained in:
Julien Bonvarlet 2014-09-12 17:22:09 +02:00
parent eff1f84050
commit 13d19d606d
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"