Skip to content

Commit

Permalink
Upgrade to Laravel 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isudakoff committed Mar 8, 2020
1 parent e6b858f commit 278f777
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 17 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vendor/
.idea/
vendor/
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"require": {
"php": "^7.1.3",
"monolog/monolog": "^1.23|^2.0",
"laravel/framework": "5.6.*|5.7.*|5.8.*|^6.0"
"laravel/framework": "5.6.*|5.7.*|5.8.*|^6.0|^7.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
104 changes: 89 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 278f777

Please sign in to comment.