Skip to content

Commit

Permalink
Laravel 7 Support added
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoyal16 committed Feb 3, 2022
1 parent 8a3470a commit 099748c
Show file tree
Hide file tree
Showing 7 changed files with 1,343 additions and 3,174 deletions.
6 changes: 6 additions & 0 deletions .semversioner/1.0.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{
"description": "Laravel 7 Support",
"type": "major"
}
]
Binary file modified CHANGELOG.md
Binary file not shown.
15 changes: 3 additions & 12 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": "0.1.4",
"version": "1.0.0",
"type": "package",
"license": "GPL-3.0-or-later",
"authors": [
Expand All @@ -10,10 +10,7 @@
"email": "[email protected]"
}
],
"scripts": {
"test:migrate": "phpunit --migrate-configuration",
"test": "phpunit"
},
"scripts": {},
"require": {
"aws/aws-sdk-php-laravel": "^3.0.0",
"php": ">=7.3",
Expand All @@ -25,11 +22,6 @@
"Pixelvide\\DBAuth\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Pixelvide\\DBAuth\\Test\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
Expand All @@ -40,7 +32,6 @@
}
},
"require-dev": {
"laravel/framework": "^6.0",
"orchestra/testbench": "^4"
"laravel/framework": "^7.0"
}
}
Loading

0 comments on commit 099748c

Please sign in to comment.