Skip to content

Commit

Permalink
Merge pull request #8 from sertxudeveloper/laravel-8
Browse files Browse the repository at this point in the history
Add Laravel 8 as supported
  • Loading branch information
sertxudev committed Jan 12, 2021
2 parents 0a8fc2d + 053a519 commit 6708be8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sertxudeveloper/lyra",
"description": "Lyra is an administration panel for Laravel for bootstrap your app and turn ideas into reality.",
"version": "1.0.8",
"version": "1.1.0",
"license": "MIT",
"keywords": [
"laravel",
Expand All @@ -16,7 +16,7 @@
}
],
"require": {
"illuminate/support": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"ext-json": "*",
"ext-zip": "*",
"ext-fileinfo": "*"
Expand Down

0 comments on commit 6708be8

Please sign in to comment.