-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
60 lines (60 loc) · 1.44 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "notchpay/notchpay-php",
"type": "library",
"description": "Notch Pay PHP Wrapper.",
"keywords": [
"notchpay",
"payment processing",
"api",
"payment",
"accept money",
"gateway",
"orange money",
"mtn momo",
"transaction",
"customer",
"enable",
"disable",
"verify",
"curl"
],
"homepage": "https://github.com/notchpay/notchpay-php",
"license": "MIT",
"authors": [
{
"name": "Chapdel KAMGA",
"email": "drop@chapdel.me",
"homepage": "https://github.com/chapdel",
"role": "Owner"
},
{
"name": "Tim Oladoyinbo",
"email": "hello@digikraaft.ng",
"homepage": "https://digikraaft.com",
"role": "Base credit"
}
],
"require": {
"php": "^7.4|^8.0|^8.1|^8.2",
"guzzlehttp/guzzle": "^7.2.0",
"ext-json": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"mockery/mockery": "^1.4",
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^9.0",
"scrutinizer/ocular": "^1.7",
"vimeo/psalm": "^3.11"
},
"autoload": {
"psr-4": {
"NotchPay\\": "src"
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}