Skip to content

Commit

Permalink
Laravel 7 support (#22)
Browse files Browse the repository at this point in the history
* Laravel 6 support

* support for laravel 7

* update package requirements
  • Loading branch information
ibarrajo authored May 4, 2020
1 parent 4907b00 commit 2db86cf
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": ">=7.2",
"illuminate/support": "^6.0",
"illuminate/support": "^6 || ^7",
"jwhennessey/phpinsight": "~2.0"
},
"require-dev": {
Expand Down

0 comments on commit 2db86cf

Please sign in to comment.