-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
45 lines (45 loc) · 1.29 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
{
"name": "cashfree/cashfree-pg",
"version": "4.2.3",
"description": "Cashfree's Payment Gateway APIs provide developers with a streamlined pathway to integrate advanced payment processing capabilities into their applications, platforms and websites.",
"keywords": [
"php",
"sdk",
"rest",
"api",
"cashfree",
"payment gateway"
],
"homepage": "https://www.cashfree.com",
"license": "Apache-2.0",
"authors": [
{
"name": "Cashfree Payments",
"homepage": "https://www.cashfree.com"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/cashfree/cashfree-pg-sdk-php/issues",
"source": "https://github.com/cashfree/cashfree-pg-sdk-php"
},
"require": {
"php": "^7.2 || ^8.0",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^7.3",
"guzzlehttp/psr7": "^1.7 || ^2.0",
"sentry/sdk": "^3.4"
},
"require-dev": {
"phpunit/phpunit": "^8.0 || ^9.0",
"friendsofphp/php-cs-fixer": "^3.5"
},
"autoload": {
"psr-4": { "Cashfree\\" : "lib/" }
},
"autoload-dev": {
"psr-4": { "Cashfree\\Test\\" : "test/" }
}
}