138 - Upgrading to Laravel 5.5

This commit is contained in:
Adam Wathan
2017-09-11 16:24:01 -04:00
parent 4e00a17fa0
commit de0c35724f
5 changed files with 707 additions and 295 deletions

View File

@@ -6,7 +6,7 @@
"type": "project",
"require": {
"php": ">=5.6.4",
"laravel/framework": "5.4.*",
"laravel/framework": "5.5.*",
"zondicons/blade-bridge": "^0.1.0",
"stripe/stripe-php": "^4.3",
"guzzlehttp/guzzle": "^6.2",
@@ -16,10 +16,11 @@
"require-dev": {
"fzaninotto/faker": "~1.4",
"mockery/mockery": "1.0.0-alpha1",
"phpunit/phpunit": "~5.0",
"phpunit/phpunit": "~6.0",
"symfony/css-selector": "3.1.*",
"symfony/dom-crawler": "3.1.*",
"laravel/tinker": "^1.0"
"laravel/tinker": "^1.0",
"filp/whoops": "~2.0"
},
"autoload": {
"classmap": [