Skip to content

Commit

Permalink
Merge pull request #5 from stefanzweifel/patch-1
Browse files Browse the repository at this point in the history
Laravel 5.7 compatibility
  • Loading branch information
ksungcaya authored Oct 11, 2018
2 parents cc5ae03 + be9a187 commit fcfc1b7
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 @@ -14,8 +14,8 @@
},
"require": {
"php": ">=5.4.0",
"illuminate/contracts": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x",
"illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x",
"illuminate/contracts": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x|5.7.x",
"illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x|5.7.x",
"hautelook/phpass": "*"
},
"autoload": {
Expand Down

0 comments on commit fcfc1b7

Please sign in to comment.