Skip to content

Commit

Permalink
Update laravel version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Nagirnyi committed Dec 3, 2020
1 parent 3669a0d commit 72e5c89
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 @@ -4,8 +4,8 @@
"type": "library",
"license": "MIT",
"require": {
"php": "^7.0",
"laravel/framework": "^5.5"
"php": ">=7.0",
"illuminate/support": "^5.6|^5.7|^5.8|^6.0|^7.0|^8.0"
},
"authors": [
{
Expand All @@ -14,7 +14,7 @@
}
],
"autoload": {
"psr-0": {
"psr-4": {
"TheRezor\\DatabaseSchedule\\": "src/"
}
},
Expand Down

0 comments on commit 72e5c89

Please sign in to comment.