forked from seegno/uphold-sdk-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 782 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 782 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
26
27
28
29
{
"name": "seegno/uphold-sdk-php",
"description": "Uphold SDK PHP for the Uphold API",
"version": "5.0.1",
"keywords": ["uphold", "sdk", "php"],
"homepage": "https://github.com/seegno/uphold-sdk-php",
"license": "MIT",
"authors": [
{
"name": "Nuno Rafael Rocha",
"email": "nrr@seegno.com",
"homepage": "https://seegno.com"
}
],
"require": {
"php": ">=5.5",
"ext-curl": "*",
"guzzlehttp/guzzle": "~5.1",
"symfony/console": "*"
},
"require-dev": {
"codeclimate/php-test-reporter": "~0.1",
"phpdocumentor/phpdocumentor": "~2.8",
"seegno/test-bundle": "~0.0.3"
},
"autoload": {
"psr-0": { "Uphold\\": "lib/" }
}
}