{
    "name": "mindscape/raygun4php",
    "type": "library",
    "description": "Raygun.com client for sending errors and exceptions automatically.",
    "keywords": [
        "raygun",
        "errors",
        "exceptions",
        "logging"
    ],
    "homepage": "http://raygun.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Mindscape",
            "email": "contact@mindscape.co.nz",
            "homepage": "http://www.mindscapehq.com"
        }
    ],
    "require": {
        "php": "^7.2|^8.0",
        "ext-json": "*",
        "guzzlehttp/guzzle": "~7.0",
        "psr/log": "^1.1 || ^2.0 || ^3.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.0",
        "squizlabs/php_codesniffer": "^3.0",
        "justinrainbow/json-schema": "^5.2"
    },
    "suggest": {
        "ext-curl": "*"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.x-dev"
        }
    },
    "autoload": {
        "psr-4": {
            "Raygun4php\\": "src/Raygun4php/",
            "Raygun4php\\Tests\\": "tests/"
        }
    },
    "config": {
        "preferred-install": "dist"
    },
    "scripts": {
        "test": ["phpunit"]
    }
}
