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:
parent
eff1f84050
commit
13d19d606d
|
@ -5,7 +5,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"require": {
|
"require": {
|
||||||
"laravel/framework": "4.3.*"
|
"laravel/framework": "~5.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "~4.0"
|
"phpunit/phpunit": "~4.0"
|
||||||
|
|
Loading…
Reference in New Issue