-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 972 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 972 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
{
"name": "metaseller/tinkoff-invest-api-v2-yii2",
"version": "0.2.2",
"description": "Yii2 framework wrapper for unofficial PHP SDK for Tinkoff Invest API v2",
"type": "library",
"license": "Apache-2.0",
"keywords": [
"php",
"tinkoff",
"t-bank",
"invest api",
"t-invest",
"t-investments",
"invest api sdk",
"Yii2 framework",
"Yii2 wrapper",
"yii2"
],
"homepage": "https://github.com/metaseller/tinkoff-invest-api-v2-yii2",
"authors": [
{
"name": "Igor Frolenkov",
"email": "igor@frolenkov.ru"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=7.4.0",
"ext-grpc": "^1.74",
"yiisoft/yii2": "^2.0",
"metaseller/tinkoff-invest-api-v2-php": ">=0.5.2"
},
"autoload": {
"psr-4": {
"Metaseller\\yii2TinkoffInvestApi2\\": "src"
}
}
}