Skip to content

Commit

Permalink
Add description for package
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammadreza-73 committed Jan 19, 2024
1 parent fbcfd6e commit a0a8f6d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"name": "m.rahimi/laravel-tokenize-auth",
"description": "",
"description": "Generate token for authentication.",
"keywords": [
"laravel",
"laravel-package",
Expand All @@ -23,11 +23,6 @@
"imanghafoori/laravel-nullable": "^1.2",
"imanghafoori/laravel-smart-facades": "^1.0"
},
"autoload-dev": {
"psr-4": {
"TokenizedLogin\\" : "tests"
}
},
"require-dev": {
"orchestra/testbench": "~6.0",
"mockery/mockery": "*"
Expand All @@ -37,6 +32,11 @@
"TokenizedLogin\\" : "src"
}
},
"autoload-dev": {
"psr-4": {
"TokenizedLogin\\" : "tests"
}
},
"extra": {
"laravel": {
"providers": [
Expand Down

0 comments on commit a0a8f6d

Please sign in to comment.