forked from imzers/truemoney-wallet-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (35 loc) · 820 Bytes
/
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
{
"name": "imzers/truemoney-wallet-php",
"description": "TrueMoney Wallet PHP SDK for REST APIs",
"keywords": ["truemoney", "wallet", "payments", "rest", "sdk"],
"homepage": "https://github.com/imzers/truemoney-wallet-php",
"type": "git",
"authors": [
{
"name": "Imran Nababan",
"role": "Creator",
"email": "imzers@gmail.com"
}
],
"repositories": [
{
"url": "https://github.com/imzers/truemoney-wallet-php.git",
"type": "git"
}
],
"require": {
"php": ">=5.4.0",
"ext-curl": "*",
"ext-json": "*",
"ext-openssl": "*"
},
"require-dev": {
},
"license": "Apache-2.0",
"minimum-stability": "dev",
"autoload": {
"psr-0": {
"TrueMoneyWallet": "src/"
}
}
}