Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
localzet committed Nov 7, 2023
1 parent 84a5d47 commit 3c9bda0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"description": "Localzet Web Tokens (JWT-based)",
"type": "library",
"keywords": [
"localzet",
"lwt"
"LWT"
],
"license": "AGPL-3.0-or-later",
"authors": [
Expand All @@ -21,8 +20,10 @@
"require": {
"php": "^8.2",
"ext-openssl": "*",
"ext-mbstring": "*",
"ext-sodium": "*"
"ext-mbstring": "*"
},
"suggest": {
"ext-sodium": "For EdDSA"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3c9bda0

Please sign in to comment.