Skip to content

Commit

Permalink
🆙 Upgrade to Laravel 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takaaki-mizuno committed Sep 19, 2019
1 parent c852063 commit 37262bd
Show file tree
Hide file tree
Showing 3 changed files with 942 additions and 624 deletions.
14 changes: 6 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"fideloper/proxy": "^4.0",
"laravel/framework": "5.8.*",
"laravel/tinker": "^1.0",
"icanboogie/inflector": "^1.4",
"maknz/slack": "^1.7",
Expand All @@ -22,15 +21,14 @@
"require-dev": {
"filp/whoops": "~2.0",
"nunomaduro/collision": "~2.0",

"phpunit/phpunit": "~8.0",
"phpunit/phpunit": "^8.0",
"symfony/thanks": "^1.0",
"mockery/mockery": "~1.0",
"friendsofphp/php-cs-fixer": "^2.5",
"fzaninotto/faker": "^1.5",
"laravel/browser-kit-testing": "^5.0",
"friendsofphp/php-cs-fixer": "^2.15",
"fzaninotto/faker": "^1.8",
"laravel/browser-kit-testing": "^5.1",
"maatwebsite/excel": "~3.1.0",
"laravel/laravel": "5.8.*"
"laravel/laravel": "^6.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 37262bd

Please sign in to comment.