{
    "name": "callfire/php-sdk",
    "description": "PHP SDK for integrating with the CallFire API",
    "homepage": "http://www.callfire.com/",
    "authors": [
        {
            "name": "Justin Martin",
            "email": "jmartin@callfire.com"
        }
    ],
    "license": "MIT",
    "require": {
        "thefrozenfire/swagger-client": "^2.0"
    },
    "require-dev": {
        "phpunit/phpunit": "~4.8.28"
    },
    "autoload": {
        "psr-0": {
            "CallFire": "src/"
        },
        "classmap": [
            "test/"
        ]
    },
    "scripts": {
        "test": "phpunit"
    }
}
