Skip to content

Commit

Permalink
Laravel 8 Support added
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoyal16 committed Feb 3, 2022
1 parent 099748c commit cbfb613
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 65 deletions.
6 changes: 6 additions & 0 deletions .semversioner/2.0.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{
"description": "Laravel 8 Support added",
"type": "major"
}
]
Binary file modified CHANGELOG.md
Binary file not shown.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pixelvide/laravel-iam-db-auth",
"description": "AWS IAM db auth package for laravel",
"version": "1.0.0",
"version": "2.0.0",
"type": "package",
"license": "GPL-3.0-or-later",
"authors": [
Expand Down Expand Up @@ -32,6 +32,6 @@
}
},
"require-dev": {
"laravel/framework": "^7.0"
"laravel/framework": "^8.0"
}
}
Loading

0 comments on commit cbfb613

Please sign in to comment.