Skip to content

Commit

Permalink
Add support for laravel 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JackNoordhuis committed Mar 2, 2019
1 parent b09e727 commit 45193ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ Homestead.yaml
npm-debug.log
yarn-error.log
.env
.ide_helper.php
.ide_helper.php
.DS_Store
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": ">=7.1.0",
"laravel/framework": "5.5.*|5.6.*|5.7.*"
"laravel/framework": "5.5.*|5.6.*|5.7.*|5.8.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 45193ad

Please sign in to comment.