public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/web/inc/lib/vendor/firebase/php-jwt/composer.json
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
{
2
"name": "firebase/php-jwt",
3
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
4
"homepage": "https://github.com/firebase/php-jwt",
5
"keywords": [
6
"php",
7
"jwt"
8
],
9
"authors": [
10
{
11
"name": "Neuman Vong",
12
"email": "[email protected]",
13
"role": "Developer"
14
},
15
{
16
"name": "Anant Narayanan",
17
"email": "[email protected]",
18
"role": "Developer"
19
}
20
],
21
"license": "BSD-3-Clause",
22
"require": {
23
"php": "^7.4||^8.0"
24
},
25
"suggest": {
26
"paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present",
27
"ext-sodium": "Support EdDSA (Ed25519) signatures"
28
},
29
"autoload": {
30
"psr-4": {
31
"Firebase\\JWT\\": "src"
32
}
33
},
34
"require-dev": {
35
"guzzlehttp/guzzle": "^6.5||^7.4",
36
"phpspec/prophecy-phpunit": "^2.0",
37
"phpunit/phpunit": "^9.5",
38
"psr/cache": "^1.0||^2.0",
39
"psr/http-client": "^1.0",
40
"psr/http-factory": "^1.0"
41
}
42
}