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/guzzlehttp/promises/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": "guzzlehttp/promises",
3
"description": "Guzzle promises library",
4
"keywords": ["promise"],
5
"license": "MIT",
6
"authors": [
7
{
8
"name": "Graham Campbell",
9
"email": "[email protected]",
10
"homepage": "https://github.com/GrahamCampbell"
11
},
12
{
13
"name": "Michael Dowling",
14
"email": "[email protected]",
15
"homepage": "https://github.com/mtdowling"
16
},
17
{
18
"name": "Tobias Nyholm",
19
"email": "[email protected]",
20
"homepage": "https://github.com/Nyholm"
21
},
22
{
23
"name": "Tobias Schultze",
24
"email": "[email protected]",
25
"homepage": "https://github.com/Tobion"
26
}
27
],
28
"require": {
29
"php": ">=5.5"
30
},
31
"require-dev": {
32
"symfony/phpunit-bridge": "^4.4 || ^5.1"
33
},
34
"autoload": {
35
"psr-4": {
36
"GuzzleHttp\\Promise\\": "src/"
37
},
38
"files": ["src/functions_include.php"]
39
},
40
"autoload-dev": {
41
"psr-4": {
42
"GuzzleHttp\\Promise\\Tests\\": "tests/"
43
}
44
},
45
"scripts": {
46
"test": "vendor/bin/simple-phpunit",
47
"test-ci": "vendor/bin/simple-phpunit --coverage-text"
48
},
49
"extra": {
50
"branch-alias": {
51
"dev-master": "1.5-dev"
52
}
53
},
54
"config": {
55
"preferred-install": "dist",
56
"sort-packages": true
57
}
58
}