{
    "name": "mindscape/raygun4php",
    "type": "library",
    "description": "Raygun.io client for PHP 5.3, to send errors and exceptions automatically.",
    "authors": [{
        "name": "Mindscape",
        "email": "contact@mindscape.co.nz",
        "homepage": "http://www.mindscapehq.com"
        }],
    "homepage": "http://raygun.io",
    "keywords": ["raygun", "errors", "exceptions", "logging"],
    "license": "MIT",
    "require": {
        "php": ">=5.3.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8.16"
    },
    "suggest": {
        "ext-curl": "*"
    },
    "autoload": {
        "psr-0": {
            "Raygun4php": "src/"
        }
    }
}
