-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 865 Bytes
/
composer.json
File metadata and controls
41 lines (41 loc) · 865 Bytes
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
{
"name": "deviddev/billingo-api-v3-php-sdk",
"description": "This is a Billingo (billingo.hu) API V3 PHP SDK clone from SwaggerHUB.",
"type": "library",
"keywords": [
"swagger",
"php",
"sdk",
"api",
"billingo",
"V3",
"clone"
],
"homepage": "https://app.swaggerhub.com/apis/Billingo/Billingo/3.0.9",
"license": "proprietary",
"authors": [
{
"name": "Swagger and contributors",
"homepage": "https://github.com/swagger-api/swagger-codegen"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.5",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^6.2|^7.0"
},
"autoload": {
"psr-4": {
"Swagger\\Client\\": "lib/"
}
},
"autoload-dev": {
"psr-4": {
"Swagger\\Client\\": "test/"
}
}
}