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/guzzle/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/guzzle",
3
"description": "Guzzle is a PHP HTTP client library",
4
"keywords": [
5
"framework",
6
"http",
7
"rest",
8
"web service",
9
"curl",
10
"client",
11
"HTTP client",
12
"PSR-7",
13
"PSR-18"
14
],
15
"license": "MIT",
16
"authors": [
17
{
18
"name": "Graham Campbell",
19
"email": "[email protected]",
20
"homepage": "https://github.com/GrahamCampbell"
21
},
22
{
23
"name": "Michael Dowling",
24
"email": "[email protected]",
25
"homepage": "https://github.com/mtdowling"
26
},
27
{
28
"name": "Jeremy Lindblom",
29
"email": "[email protected]",
30
"homepage": "https://github.com/jeremeamia"
31
},
32
{
33
"name": "George Mponos",
34
"email": "[email protected]",
35
"homepage": "https://github.com/gmponos"
36
},
37
{
38
"name": "Tobias Nyholm",
39
"email": "[email protected]",
40
"homepage": "https://github.com/Nyholm"
41
},
42
{
43
"name": "Márk Sági-Kazár",
44
"email": "[email protected]",
45
"homepage": "https://github.com/sagikazarmark"
46
},
47
{
48
"name": "Tobias Schultze",
49
"email": "[email protected]",
50
"homepage": "https://github.com/Tobion"
51
}
52
],
53
"require": {
54
"php": "^7.2.5 || ^8.0",
55
"ext-json": "*",
56
"guzzlehttp/promises": "^1.5",
57
"guzzlehttp/psr7": "^1.9 || ^2.4",
58
"psr/http-client": "^1.0",
59
"symfony/deprecation-contracts": "^2.2 || ^3.0"
60
},
61
"provide": {
62
"psr/http-client-implementation": "1.0"
63
},
64
"require-dev": {
65
"ext-curl": "*",
66
"bamarni/composer-bin-plugin": "^1.8.1",
67
"php-http/client-integration-tests": "^3.0",
68
"phpunit/phpunit": "^8.5.29 || ^9.5.23",
69
"psr/log": "^1.1 || ^2.0 || ^3.0"
70
},
71
"suggest": {
72
"ext-curl": "Required for CURL handler support",
73
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
74
"psr/log": "Required for using the Log middleware"
75
},
76
"config": {
77
"allow-plugins": {
78
"bamarni/composer-bin-plugin": true
79
},
80
"preferred-install": "dist",
81
"sort-packages": true
82
},
83
"extra": {
84
"bamarni-bin": {
85
"bin-links": true,
86
"forward-command": false
87
},
88
"branch-alias": {
89
"dev-master": "7.5-dev"
90
}
91
},
92
"autoload": {
93
"psr-4": {
94
"GuzzleHttp\\": "src/"
95
},
96
"files": [
97
"src/functions_include.php"
98
]
99
},
100
"autoload-dev": {
101
"psr-4": {
102
"GuzzleHttp\\Tests\\": "tests/"
103
}
104
}
105
}