-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcomposer.json
38 lines (38 loc) · 1.13 KB
/
composer.json
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
{
"name": "metaseller/tinkoff-invest-api-v2-php",
"version": "0.4.14",
"description": "Unofficial PHP SDK for Tinkoff Invest API v2",
"type": "library",
"license": "Apache-2.0",
"keywords": [
"php",
"tinkoff",
"invest api"
],
"homepage": "https://github.com/metaseller/tinkoff-invest-api-v2-php",
"authors": [
{
"name": "Igor Frolenkov",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=7.4.0",
"ext-grpc": "^1.43",
"grpc/grpc": "^1.42",
"google/protobuf": "^3.19",
"ext-bcmath": "*"
},
"autoload": {
"psr-4": {
"GPBMetadata\\": "src/models/GPBMetadata",
"Google\\": "src/models/Google",
"Tinkoff\\": "src/models/Tinkoff",
"Metaseller\\TinkoffInvestApi2\\": "src",
"Metaseller\\TinkoffInvestApi2\\providers\\": "src/providers",
"Metaseller\\TinkoffInvestApi2\\exceptions\\": "src/exceptions",
"Metaseller\\TinkoffInvestApi2\\helpers\\": "src/helpers"
}
}
}