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/bshaffer/oauth2-server-php/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": "bshaffer/oauth2-server-php",
3
"description":"OAuth2 Server for PHP",
4
"keywords":["oauth","oauth2","auth"],
5
"type":"library",
6
"license":"MIT",
7
"authors":[
8
{
9
"name":"Brent Shaffer",
10
"email": "[email protected]",
11
"homepage":"http://brentertainment.com"
12
}
13
],
14
"homepage": "http://github.com/bshaffer/oauth2-server-php",
15
"autoload": {
16
"psr-0": { "OAuth2": "src/" }
17
},
18
"require":{
19
"php":">=5.3.9"
20
},
21
"require-dev": {
22
"phpunit/phpunit": "^4.0",
23
"aws/aws-sdk-php": "~2.8",
24
"firebase/php-jwt": "~2.2",
25
"predis/predis": "dev-master",
26
"thobbs/phpcassa": "dev-master",
27
"mongodb/mongodb": "^1.1"
28
},
29
"suggest": {
30
"predis/predis": "Required to use Redis storage",
31
"thobbs/phpcassa": "Required to use Cassandra storage",
32
"aws/aws-sdk-php": "~2.8 is required to use DynamoDB storage",
33
"firebase/php-jwt": "~2.2 is required to use JWT features",
34
"mongodb/mongodb": "^1.1 is required to use MongoDB storage"
35
}
36
}