{
    "name": "decodelabs/exceptional",
    "description": "Better Exceptions for PHP",
    "type": "library",
    "keywords": ["exception"],
    "license": "MIT",
    "authors": [{
        "name": "Tom Wright",
        "email": "tom@inflatablecookie.com"
    }],
    "require": {
        "php": "^7.2|^8.0",
        "symfony/polyfill-mbstring": "^1.7",

        "decodelabs/coercion": "^0.1",
        "decodelabs/glitch-support": "^0.3"
    },
    "require-dev": {
        "phpunit/phpunit": "^8",
        "phpstan/phpstan": "^1",
        "phpstan/extension-installer": "^1.0",
        "decodelabs/phpstan-decodelabs": "^0.5",
        "symplify/easy-coding-standard": "^10"
    },
    "autoload": {
        "psr-4": {
            "DecodeLabs\\": "src/"
        },
        "files": [
            "src/helpers.php"
        ]
    },
    "extra": {
        "branch-alias": {
            "dev-develop": "0.3.x-dev"
        }
    },
    "scripts": {
        "analyze": "phpstan analyze --no-progress",
        "psr12": "ecs check --no-progress-bar",
        "psr12-fix": "ecs check --no-progress-bar --fix"
    }
}
