File tree Expand file tree Collapse file tree 1 file changed +25
-6
lines changed Expand file tree Collapse file tree 1 file changed +25
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " movemove-io/dadata" ,
2
+ "name" : " movemove-io/laravel- dadata" ,
3
3
"description" : " Laravel SDK for working with the DaData.RU service API" ,
4
+ "keywords" : [
5
+ " movemove-io" ,
6
+ " dadata" ,
7
+ " laravel" ,
8
+ " sdk" ,
9
+ " address" ,
10
+ " email" ,
11
+ " passport" ,
12
+ " bank" ,
13
+ " name" ,
14
+ " patronymic" ,
15
+ " surname" ,
16
+ " pipisco"
17
+ ],
4
18
"type" : " laravel-package" ,
5
19
"license" : " MIT" ,
6
- "version" : " 1.0.1 " ,
20
+ "version" : " 1.0.3 " ,
7
21
"authors" : [
8
22
{
9
- "name" : " Dmitry Kovalev" ,
23
+ "name" : " Dmitry Kovalev aka Pipisco " ,
10
24
"email" : " d.kovalev@movemove.io" ,
11
- "homepage" : " https://movemove.io"
25
+ "homepage" : " https://movemove.io" ,
26
+ "role" : " Developer"
12
27
}
13
28
],
14
29
"minimum-stability" : " dev" ,
23
38
}
24
39
},
25
40
"require" : {
26
- "php" : " ^7.2.5 " ,
41
+ "php" : " ^7.3 " ,
27
42
"illuminate/support" : " ^8.8.0" ,
28
43
"guzzlehttp/guzzle" : " ^7.0"
29
44
},
30
45
"require-dev" : {
31
46
"phpunit/phpunit" : " ^9.4.0" ,
32
47
"orchestra/testbench" : " ^6.2.0"
33
- }
48
+ },
49
+ "scripts" : {
50
+ "test" : " phpunit"
51
+ },
52
+ "prefer-stable" : true
34
53
}
You can’t perform that action at this time.
0 commit comments