forked from CyberSource/cybersource-rest-client-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 1.02 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
{
"name": "itslit-tech/cybersource-rest-client-php",
"version": "1.0",
"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": ">=5.6",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"cache/apcu-adapter": "1.2.0",
"firebase/php-jwt": "6.1.2"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
},
"autoload": {
"psr-4": { "CyberSource\\" : "lib/" }
},
"autoload-dev": {
"psr-4": { "CyberSource\\" : "test/" }
}
}