-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
45 lines (45 loc) · 935 Bytes
/
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
39
40
41
42
43
44
45
{
"name": "teknomavi/nvi",
"type": "library",
"description": "T.C. Nüfus Müdürlüğü Web Servisleri ( T.C. Kimlik Numarası Doğrulama Servisi )",
"minimum-stability": "dev",
"license": "MIT",
"keywords": [
"tckimlik",
"tckimlikno",
"tcno",
"tckn",
"nvi.gov.tr"
],
"homepage": "https://github.com/teknomavi/nvi",
"authors": [
{
"name": "Teknomavi",
"email": "[email protected]",
"homepage": "http://www.teknomavi.com"
}
],
"support": {
"issues": "https://github.com/teknomavi/nvi/issues"
},
"require": {
"php": "> 5.4",
"teknomavi/common": "~2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8|~5.0",
"squizlabs/php_codesniffer": "~2.0"
},
"suggest": {
},
"autoload": {
"psr-4": {
"Teknomavi\\NVI\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Teknomavi\\Tests\\": "tests/Teknomavi/Tests"
}
}
}