forked from Vantiv/litle-sdk-for-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 796 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 796 Bytes
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
{
"name": "litle/payments-sdk",
"type": "library",
"description": "The Litle PHP SDK is a PHP implementation of the [Litle & Co.](http://www.litle.com). XML API. This SDK was created to make it as easy as possible to connect process your payments with Litle",
"keywords": ["litle","sdk","ecommerce","payments"],
"homepage": "https://www.litle.com/developers/php",
"license": "MIT",
"authors": [
{
"name": "Litle SDK",
"email": "sdksupport@litle.com",
"homepage": "https://www.litle.com/developers",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"autoload":{
"psr-0":{"litle\\sdk" : "."}
}
}