-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
51 lines (51 loc) · 1.18 KB
/
Copy pathcomposer.json
File metadata and controls
51 lines (51 loc) · 1.18 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
45
46
47
48
49
50
51
{
"name": "infrawrench/sdk",
"description": "Generated PHP client for the Infrawrench API (v1.39.0).",
"type": "library",
"keywords": [
"infrawrench",
"sdk",
"api-client",
"openapi",
"infrastructure",
"cloud",
"devops",
"php"
],
"homepage": "https://infrawrench.com/docs/team-and-billing/client-sdks",
"license": "MIT",
"authors": [
{
"name": "Infrawrench LLC",
"email": "astrid@infrawrench.com",
"homepage": "https://infrawrench.com",
"role": "Publisher"
},
{
"name": "Astrid Gealer",
"email": "astrid@infrawrench.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/Infrawrench/Infrawrench/issues",
"source": "https://github.com/Infrawrench/Infrawrench",
"docs": "https://infrawrench.com/docs/team-and-billing/client-sdks",
"email": "astrid@infrawrench.com"
},
"require": {
"php": ">=8.1",
"ext-json": "*"
},
"suggest": {
"ext-curl": "Preferred HTTP backend. Without it the client falls back to stream wrappers."
},
"autoload": {
"psr-4": {
"Infrawrench\\Sdk\\": "src/"
}
},
"config": {
"sort-packages": true
}
}