forked from defiant/sanalpos
-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
29 lines (29 loc) · 909 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
{
"name": "shibby/sanalpos",
"license": "MIT",
"description": "Garanti Bankası ve EST destekleyen bankalar (İş Bankası, Akbank, Finansbank, Halk Bankası, KuveytTürk,, Garanti, BankAsya, Vakıfbank, Yapı Kredi ve Anadolubank) için Sanal Pos sınıfları.",
"keywords": ["sanalpos", "online pos"],
"homepage": "http://github.com/shibby/sanalpos",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Sinan Taga",
"email": "sinantaga@gmail.com",
"role": "Developer & Author"
},{
"name": "Güven Atbakan",
"email": "guvenatbakan@gmail.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0",
"shibby/ekrembk-sanal-pos": "dev-master"
},
"autoload": {
"psr-0": {
"SanalPos": "src/"
}
}
}