-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 850 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
{
"name": "berkanumutlu/php-tc-kimlik-dogrulama",
"type": "project",
"description": "PHP Turkish Identity Verification by Berkan Ümütlü",
"keywords": [
"tckimlik",
"tckimlikno",
"tcno",
"tckn",
"nvi.gov.tr",
"php",
"tc kimlik doğrulama",
"php tc kimlik doğrulama",
"turkish identity verification",
"php turkish identity verification"
],
"license": "MIT",
"authors": [
{
"name": "Berkan Ümütlü",
"role": "Developer"
}
],
"homepage": "https://github.com/berkanumutlu/php-tc-kimlik-dogrulama",
"support": {
"issues": "https://github.com/berkanumutlu/php-tc-kimlik-dogrulama/issues",
"security": "https://github.com/berkanumutlu/php-tc-kimlik-dogrulama/security/policy"
},
"require": {
"php": ">=5.6",
"ext-json": "*",
"ext-ctype": "*"
}
}