forked from Metadrop/guzzle-description-loader
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.16 KB
/
Copy pathcomposer.json
File metadata and controls
44 lines (44 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "inveniem/guzzle-description-loader",
"description": "Load guzzle service description from various file formats",
"require": {
"php": ">=7.1.3",
"symfony/config": "^4.4 || ^5 || ^6",
"symfony/yaml": "^4.4 || ^5 || ^6"
},
"license": "MIT",
"authors": [
{
"name": "Gordon Franke",
"email": "info@nevalon.de"
},
{
"name": "Eduardo Morales",
"email": "eduardo.morales@metadrop.net"
},
{
"name": "Omar Mohamad - El Hassan Lopesino",
"email": "omarmoper@gmail.com"
},
{
"name": "Guy Elsmore-Paddock",
"email": "guy@inveniem.com"
},
{
"name": "Community",
"homepage": "https://github.com/Inveniem/guzzle-description-loader/contributors"
}
],
"autoload": {
"psr-4": {
"Guzzle\\Service\\Loader\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "^9"
},
"replace": {
"gimler/guzzle-description-loader": "<=0.0.4",
"kezor/guzzle-description-loader": "<=0.0.4"
}
}