-
Notifications
You must be signed in to change notification settings - Fork 68
/
composer.json
34 lines (34 loc) · 1.07 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
{
"name": "cybersource/rest-client-php",
"version": "0.0.57",
"description": "Client SDK for CyberSource REST APIs",
"keywords": [
"cybersource", "payments", "ecommerce", "merchant", "merchants", "authorize", "visa", "payment", "payment-gateway", "payment-integration", "payment-module", "payment-processing", "payment-service", "payment-methods"
],
"homepage": "https://github.com/CyberSource",
"license": "proprietary",
"authors": [
{
"name": "Visa developer",
"homepage": "https://github.com/CyberSource/cybersource-rest-client-php"
}
],
"require": {
"php": ">=8.0.0",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"firebase/php-jwt": "^6.0.0",
"monolog/monolog": ">=1.25.0",
"web-token/jwt-framework": "^2.2.11|^3.3.5"
},
"require-dev": {
"phpunit/phpunit": "9.6.15"
},
"autoload": {
"psr-4": { "CyberSource\\" : "lib/" }
},
"autoload-dev": {
"psr-4": { "CyberSource\\" : "test/" }
}
}