Skip to content

Commit

Permalink
Merge pull request #38 from Lloople/patch-1
Browse files Browse the repository at this point in the history
Support Laravel version 5.7
  • Loading branch information
kn100 authored Sep 5, 2018
2 parents 83f20f0 + 31b3a58 commit 77a1226
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,16 +12,16 @@
],
"require": {
"php": "^7.0",
"illuminate/contracts": "5.5.*|5.6.*",
"illuminate/support": "5.5.*|5.6.*",
"illuminate/contracts": "5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*",
"graham-campbell/manager": "^3.0|^4.0",
"pusher/pusher-php-server": "^3.0"
},
"require-dev": {
"graham-campbell/analyzer": "^1.1",
"graham-campbell/testbench": "^4.0|^5.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "3.5.*|3.6.*",
"orchestra/testbench": "3.5.*|3.6.*|3.7.*",
"phpunit/phpunit": "^6.5|^7.0"
},
"autoload": {
Expand Down

0 comments on commit 77a1226

Please sign in to comment.