Skip to content

Commit

Permalink
Updated dependancies for laravel 5.8 (#2)
Browse files Browse the repository at this point in the history
* Added support for laravel 5.8
  • Loading branch information
Sithira authored and juampi92 committed Mar 5, 2019
1 parent 71d146d commit 34a9111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -12,8 +12,8 @@
],
"require": {
"php": ">=7.0.0",
"illuminate/support": "5.5.*||5.6.*||5.7.*",
"illuminate/http": "5.5.*||5.6.*||5.7.*"
"illuminate/support": "5.5.*||5.6.*||5.7.*||5.8.*",
"illuminate/http": "5.5.*||5.6.*||5.7.*||5.8.*"
},
"require-dev": {
"orchestra/testbench": "~3.5",
Expand Down

0 comments on commit 34a9111

Please sign in to comment.