Skip to content

Commit

Permalink
Merge pull request #10 from isudakoff/laravel-7.0
Browse files Browse the repository at this point in the history
Upgrade to Laravel 7.0
  • Loading branch information
grkamil authored Mar 8, 2020
2 parents e6b858f + 278f777 commit 92eade9
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 92eade9

Please sign in to comment.