Skip to content

Commit

Permalink
Add support for Laravel 5.8 (#21)
Browse files Browse the repository at this point in the history
* Add support for Laravel 5.8

* Update the Composer lock
  • Loading branch information
owenvoke authored and Elhebert committed Feb 26, 2019
1 parent 8430491 commit 541376f
Show file tree
Hide file tree
Showing 2 changed files with 1,206 additions and 218 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"require": {
"php": "^7.1",
"illuminate/support": "5.5.* || 5.6.* || 5.7.*"
"illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.*"
},
"require-dev": {
"orchestra/testbench": "~3.0",
Expand Down
Loading

0 comments on commit 541376f

Please sign in to comment.