forked from VantaFinance/daDataClient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
57 lines (57 loc) · 1.58 KB
/
composer.json
File metadata and controls
57 lines (57 loc) · 1.58 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
52
53
54
55
56
57
{
"name": "vanta/dadata",
"description": "Pure client DaData",
"license": "MIT",
"authors": [
{
"name": "Vlad Shashkov",
"email": "v.shashkov@pos-credit.ru"
},
{
"name": "Vanta Team",
"email": "info@vanta.ru"
}
],
"keywords": [
"dadata",
"suggestions"
],
"autoload": {
"psr-4": {
"Vanta\\Integration\\DaData\\": "src/"
},
"files": [
"src/Infrastructure/Composer/function.php"
]
},
"require": {
"php": "^7.4|^8.0",
"yiisoft/http": "^1.0",
"psr/http-client": "^1.0",
"psr/http-client-implementation": "^1.0",
"guzzlehttp/psr7": "^2.0",
"symfony/uid": "^5.3|^5.4|^6.0|^7.0",
"symfony/serializer": "^5.3|^5.4|^6.0|^7.0",
"symfony/property-access": "^5.3|^5.4|^6.0|^7.0",
"phpstan/phpdoc-parser": "^1.0",
"phpdocumentor/reflection-docblock": "^5.0",
"doctrine/annotations": "^1.0|^2.0",
"moneyphp/money": "^3.0|^4.0",
"myclabs/php-enum": "^1.8",
"composer/semver": "^3.3",
"brick/phonenumber": "^0.4|^0.5|^0.6"
},
"require-dev": {
"symfony/http-client": "^5.3|^5.4|^6.0|^7.0",
"symfony/var-dumper": "^5.3|^5.4|^6.0|^7.0",
"friendsofphp/php-cs-fixer": "^3.64",
"vimeo/psalm": "^5.23",
"psalm/plugin-symfony": "^5.1",
"guzzlehttp/guzzle": "^7.7"
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}