Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Update composer.json to support laravel 5.8.*
Browse files Browse the repository at this point in the history
  • Loading branch information
juampi92 authored May 7, 2019
1 parent b86c8c4 commit 3d1cf7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
],
"require": {
"php": ">=7.0.0",
"illuminate/support": "5.5.*||5.6.*||5.7.*",
"illuminate/http": "5.5.*||5.6.*||5.7.*",
"illuminate/database": "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.*",
"illuminate/database": "5.5.*||5.6.*||5.7.*||5.8.*"
},
"require-dev": {
"orchestra/testbench": "~3.5",
Expand Down

0 comments on commit 3d1cf7c

Please sign in to comment.