-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
44 lines (44 loc) · 983 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
{
"name": "nikapps/saman-ussd",
"description": "A php package for connecting to Saman 724 USSD gateway",
"keywords": [
"nikpay",
"saman",
"724",
"pardakht",
"ussd",
"payment",
"gateway",
"bank",
"iran"
],
"license": "MIT",
"authors": [
{
"name": "Ali Borhani",
"email": "[email protected]"
},
{
"name": "Hossein Moradgholi",
"email": "[email protected]"
}
],
"type": "library",
"minimum-stability": "stable",
"require": {
"php": ">=7.1.0",
"ext-soap": "*",
"ext-dom": "*",
"piotrooo/wsdl-creator": "2.0.*"
},
"autoload": {
"psr-4": {
"Nikapps\\SamanUssd\\": "src/"
}
},
"require-dev": {
"phpspec/phpspec": "^2.2",
"phpunit/phpunit": "4.*",
"codeception/codeception": "^2.4"
}
}