the-kbA-team/php_backtrace

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "kba-team/php-backtrace",
    "description": "Extendable class holding the PHP backtrace minus the last n steps to avoid showing the traces of logging.",
    "type": "library",
    "license": "MIT",
    "minimum-stability": "stable",
    "require": {
        "php": "^7.4|^8.0"
    },
    "autoload": {
        "psr-4": {
            "kbATeam\\PhpBacktrace\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\kbATeam\\PhpBacktrace\\": "tests"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5.13"
    }
}