Skip to content

Commit

Permalink
Merge pull request #23 from Zhigalin/fix-logger
Browse files Browse the repository at this point in the history
Added logger dependency
  • Loading branch information
damikael authored Jul 25, 2024
2 parents 1cca7ab + 2823fcb commit 32cebe3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"web-token/jwt-encryption-algorithm-rsa": "^2.2.11",
"web-token/jwt-encryption-algorithm-pbes2": "^2.2.11",
"web-token/jwt-encryption-algorithm-aesgcm": "^2.2.11",
"web-token/jwt-encryption-algorithm-aescbc": "^2.2.11"
"web-token/jwt-encryption-algorithm-aescbc": "^2.2.11",
"monolog/monolog": "^3.7"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.*",
Expand Down

0 comments on commit 32cebe3

Please sign in to comment.