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/league/oauth2-client/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": "league/oauth2-client",
3
"description": "OAuth 2.0 Client Library",
4
"license": "MIT",
5
"config": {
6
"sort-packages": true
7
},
8
"require": {
9
"php": "^5.6 || ^7.0 || ^8.0",
10
"guzzlehttp/guzzle": "^6.0 || ^7.0",
11
"paragonie/random_compat": "^1 || ^2 || ^9.99"
12
},
13
"require-dev": {
14
"mockery/mockery": "^1.3.5",
15
"php-parallel-lint/php-parallel-lint": "^1.3.1",
16
"phpunit/phpunit": "^5.7 || ^6.0 || ^9.5",
17
"squizlabs/php_codesniffer": "^2.3 || ^3.0"
18
},
19
"keywords": [
20
"oauth",
21
"oauth2",
22
"authorization",
23
"authentication",
24
"idp",
25
"identity",
26
"sso",
27
"single sign on"
28
],
29
"authors": [
30
{
31
"name": "Alex Bilbie",
32
"email": "[email protected]",
33
"homepage": "http://www.alexbilbie.com",
34
"role": "Developer"
35
},
36
{
37
"name": "Woody Gilk",
38
"homepage": "https://github.com/shadowhand",
39
"role": "Contributor"
40
}
42
],
43
"autoload": {
44
"psr-4": {
45
"League\\OAuth2\\Client\\": "src/"
46
}
47
},
48
"autoload-dev": {
49
"psr-4": {
50
"League\\OAuth2\\Client\\Test\\": "test/src/"
51
}
52
},
53
"extra": {
54
"branch-alias": {
55
"dev-2.x": "2.0.x-dev"
56
}
57
}
58
}