moodle-auth_jwt/composer.json
Kumi 9f7053ae3d
Some checks failed
ci / ci (push) Failing after 0s
feat: integrate Firebase PHP-JWT library
Added composer configuration files to manage dependencies. Installed and configured the Firebase PHP-JWT library to handle JWT encoding and decoding. This enhancement aims to streamline JWT operations within the project.

Also updated .gitignore to exclude Composer artifacts.
2024-06-25 18:04:16 +02:00

5 lines
63 B
JSON

{
"require": {
"firebase/php-jwt": "^6.10"
}
}