Skip to content

Commit

Permalink
Merge pull request #110 from edwardsteven/patch-1
Browse files Browse the repository at this point in the history
Added support for Laravel 7
  • Loading branch information
TomLingham authored May 8, 2020
2 parents 1451448 + 7c2e438 commit e09994b
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 @@ -11,7 +11,7 @@
],
"require": {
"php": "^5.5.9 || ^7.0",
"illuminate/support": "^5.1 || ^6.0"
"illuminate/support": "^5.1 || ^6.0 || ^7.0"
},
"require-dev": {
"graham-campbell/testbench": "^3.4 || ^4.0 || ^5.0",
Expand Down

0 comments on commit e09994b

Please sign in to comment.