Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
emprove committed Dec 23, 2020
1 parent 22f71b8 commit bb55847
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 @@ -16,10 +16,10 @@
"source": "https://github.com/emprove/centrifuge-broadcaster"
},
"require": {
"php": "^7.2",
"illuminate/broadcasting": "^6.0",
"php": "^7.1.3",
"illuminate/broadcasting": "^5.8|^6.0",
"guzzlehttp/guzzle": "^6.3.3",
"lcobucci/jwt": "3.4.*"
"lcobucci/jwt": "^3.2"
},
"require-dev": {},
"autoload": {
Expand Down

0 comments on commit bb55847

Please sign in to comment.