-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·40 lines (40 loc) · 1.01 KB
/
composer.json
File metadata and controls
executable file
·40 lines (40 loc) · 1.01 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
{
"name": "movemoveapp/laravel-dadata2",
"description": "A Laravel SDK for interacting with the DaData API, providing seamless integration for address validation, data enrichment, and other data processing features.",
"type": "library",
"license": "MIT",
"keywords": [
"movemove",
"dadata",
"laravel",
"sdk",
"address",
"email",
"passport",
"bank",
"name",
"patronymic",
"surname"
],
"version": "2.1.3",
"autoload": {
"psr-4": {
"MoveMoveApp\\DaData\\": "src/"
}
},
"authors": [
{
"name": "Dmitry Kovalev",
"email": "d.kovalev@movemove.com.ru",
"homepage": "https://movemove.com.ru",
"role": "Developer"
}
],
"minimum-stability": "stable",
"require": {
"php" : "^8.0|^8.1|^8.2|^8.3|^8.4",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.5.1",
"guzzlehttp/psr7": "^2.5"
}
}