Skip to content

Commit

Permalink
Merge pull request #61 from aozisik/laravel-7.0
Browse files Browse the repository at this point in the history
Add Laravel 7 support
  • Loading branch information
SachinAgarwal1337 authored Mar 4, 2020
2 parents c6db19a + 30937c3 commit 22e1450
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-cayman
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
],
"require": {
"php": "^5.5.9|^7.2",
"illuminate/support": "~5.0|^6.0",
"illuminate/container": "~5.0|^6.0",
"illuminate/support": "~5.0|^6.0|^7.0",
"illuminate/container": "~5.0|^6.0|^7.0",
"guzzlehttp/guzzle": "^6.1"
},
"require-dev": {
Expand Down

0 comments on commit 22e1450

Please sign in to comment.