danbelden/open-exchange-rates

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "danbelden/open-exchange-rates",
    "description": "A PHP SDK to communicate with the open exchange rates APIs",
    "authors": [
        {
            "name": "Dan Belden",
            "email": "me@danbelden.com",
            "homepage": "https://github.com/danbelden"
        }
    ],
    "type": "library",
    "require": {
        "php": ">=5.3.3",
        "ext-curl": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8"
    },
    "autoload": {
        "psr-4": {"OpenExRt\\": "src/"}
    },
    "config": {
        "platform": {
            "php": "5.3.3"
        }
    }
}