Skip to content

Commit

Permalink
laravel 7 support (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skullbock authored May 18, 2020
1 parent b2cf30d commit 54e713e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
}
],
"require": {
"php": ">=7.2.0",
"illuminate/support": "6.*"
"php": ">=7.2.5",
"illuminate/support": "6.*|7.*"
},
"require-dev": {
"mockery/mockery": "~1.0",
Expand All @@ -30,7 +30,7 @@
},
"extra": {
"component": "package",
"frameworks": ["Laravel 5"]
"frameworks": ["Laravel 7"]
},
"minimum-stability": "dev",
"repositories": [
Expand Down

0 comments on commit 54e713e

Please sign in to comment.