Install laravel 5.2

This commit is contained in:
Graham Campbell 2015-06-15 22:26:17 +01:00
parent 7e303014b6
commit 19e54f5e1f
1 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"type": "project",
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.1.*"
"laravel/framework": "5.2.*"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
@ -47,5 +47,7 @@
},
"config": {
"preferred-install": "dist"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}