{
    "name": "cmatosbc/hephaestus",
    "description": "God-like error handling for modern PHP programmers.",
    "type": "library",
    "license": "gpl-3.0-or-later",
    "authors": [
        {
            "name": "Carlos Matos",
            "email": " [email protected]"
        }
    ],
    "autoload": {
        "psr-4": {
            "Hephaestus\\": "src/",
            "Hephaestus\\Bundle\\": "Bundle/"
        },
        "files": [
            "src/functions.php"
        ]
    },
    "require": {
        "php": ">=8.1",
        "symfony/http-kernel": "^6.0|^7.0",
        "symfony/dependency-injection": "^6.0|^7.0",
        "symfony/config": "^6.0|^7.0",
        "symfony/http-foundation": "^6.0|^7.0",
        "symfony/console": "^7.0",
        "psr/log": "^3.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^11.4",
        "symfony/form": "^6.0|^7.0"
    },
    "suggest": {
        "symfony/form": "For integration with Symfony forms"
    },
    "bin": [
        "bin/hephaestus"
    ]
}
 
  |