Skip to content

Commit

Permalink
Upgrade larvel 5.6 to 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jcc committed Oct 19, 2018
1 parent 14bde4a commit 77991f6
Show file tree
Hide file tree
Showing 159 changed files with 885 additions and 1,475 deletions.
2 changes: 1 addition & 1 deletion .env.example
Expand Up @@ -14,7 +14,7 @@ DB_PASSWORD=secret
BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
QUEUE_CONNECTION=sync

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
Expand Down
27 changes: 14 additions & 13 deletions composer.json
Expand Up @@ -7,28 +7,29 @@
"require": {
"php": ">=7.1.3",
"dflydev/apache-mime-types": "^1.0",
"erusev/parsedown": "^1.6",
"erusev/parsedown": "^1.7",
"fideloper/proxy": "~4.0",
"intervention/image": "^2.3",
"intervention/image": "^2.4",
"jcc/laravel-vote": "dev-master",
"jellybool/flysystem-upyun": "dev-master",
"jellybool/translug": "~2.0",
"laravel/framework": "5.6.*",
"laravel/passport": "^3.0",
"laravel/framework": "5.7.*",
"laravel/passport": "^7.0",
"laravel/socialite": "^3.0",
"laravel/tinker": "~1.0",
"league/fractal": "^0.14.0",
"league/html-to-markdown": "^4.2",
"league/fractal": "^0.17",
"league/html-to-markdown": "^4.8",
"predis/predis": "^1.1",
"spatie/laravel-permission": "^2.12",
"yzalis/identicon": "^1.1"
"spatie/laravel-permission": "^2.23",
"yzalis/identicon": "^1.2"
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^2.4",
"filp/whoops": "~2.0",
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~6.0"
"beyondcode/laravel-dump-server": "^1.0",
"filp/whoops": "^2.0",
"fzaninotto/faker": "^1.4",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^2.0",
"phpunit/phpunit": "^7.0"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 77991f6

Please sign in to comment.