Skip to content

Commit

Permalink
support laravel 7.*
Browse files Browse the repository at this point in the history
  • Loading branch information
roshedgostarandev1 committed Mar 4, 2020
1 parent 97a8761 commit 42e2989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
],
"require": {
"php": ">=7.2",
"illuminate/broadcasting": ">=5.8 <7.0",
"illuminate/support": ">=5.8 <7.0",
"illuminate/broadcasting": "5.8.*|6.*|7.*",
"illuminate/support": "5.8.*|6.*|7.*",
"guzzlehttp/guzzle": ">=6.2"
},
"require-dev": {
Expand Down

0 comments on commit 42e2989

Please # to comment.