seegno/uphold-sdk-php

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "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": "~2.6 || ~3.2"
    },
    "require-dev": {
        "codeclimate/php-test-reporter": "~0.1",
        "phpdocumentor/phpdocumentor": "~2.8",
        "seegno/test-bundle": "~0.0.3"
    },
    "autoload": {
        "psr-0": { "Uphold\\": "lib/" }
    }
}