Skip to content

Commit

Permalink
Merge pull request #1 from paras-malhotra/master
Browse files Browse the repository at this point in the history
Added compatibility for Laravel 5.7 (5.5+)
  • Loading branch information
paras-malhotra authored Sep 5, 2018
2 parents 09256e5 + 4319ea2 commit 3627fd9
Show file tree
Hide file tree
Showing 2 changed files with 311 additions and 373 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"minimum-stability": "dev",
"require": {
"illuminate/support": "~5.5.0|~5.6.0",
"illuminate/database": "~5.5.0|~5.6.0"
"illuminate/support": "^5.5",
"illuminate/database": "^5.5"
},
"autoload": {
"psr-4": {
Expand All @@ -31,7 +31,7 @@
},
"require-dev": {
"phpunit/phpunit": "^6.0|^7.0",
"orchestra/testbench": "~3.5.0|~3.6.0",
"orchestra/testbench": "^3.5",
"doctrine/dbal": "~2.6"
},
"extra": {
Expand Down
Loading

0 comments on commit 3627fd9

Please sign in to comment.