Skip to content

Commit

Permalink
Merge pull request #35 from tahrz/support-8
Browse files Browse the repository at this point in the history
Added illuminate/support ^8.0 for fix problem with installation in laravel 8.x
  • Loading branch information
ichtrojan authored Sep 24, 2020
2 parents 5e5e2c4 + 92a4a2d commit 560206a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
},
"require": {
"illuminate/support": "^5.0|^6.0|^7.0"
"illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
Expand Down

0 comments on commit 560206a

Please sign in to comment.