Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
Update to allow support for Laravel 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp authored Feb 10, 2018
1 parent 56d259c commit 10e49d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
],
"require": {
"ext-zmq": "*",
"illuminate/broadcasting": "5.5.*",
"illuminate/contracts": "5.5.*",
"illuminate/http": "5.5.*"
"illuminate/broadcasting": "^5.5",
"illuminate/contracts": "^5.5",
"illuminate/http": "^5.5"
},
"autoload": {
"psr-4": {
Expand All @@ -28,4 +28,4 @@
},
"minimum-stability": "dev",
"prefer-stable": false
}
}

0 comments on commit 10e49d5

Please sign in to comment.