Skip to content

Commit

Permalink
Merge pull request #64 from deep2065/patch-1
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
harimayco authored Oct 17, 2020
2 parents 1e7baee + c949282 commit 060bd4b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": ">=7.2",
"illuminate/support": "5.* || 6.* || 7.*"
"illuminate/support": "5.* || 6.* || 7.* || 8.*"
},
"autoload": {
"psr-4": {
Expand All @@ -32,5 +32,7 @@
"Menu": "Harimayco\\Menu\\Facades\\Menu"
}
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 060bd4b

Please sign in to comment.