expatbase/var/www/html/flarum/vendor/axy/backtrace/composer.json
2025-08-29 00:22:05 +09:00

36 lines
839 B
JSON
Executable file

{
"name": "axy/backtrace",
"type": "library",
"description": "Tracing in PHP",
"keywords": [
"Backtrace",
"Trace",
"Exception",
"Debug"
],
"homepage": "https://github.com/axypro/backtrace",
"license": "MIT",
"authors": [
{
"name": "Oleg Grigoriev",
"email": "go.vasac@gmail.com"
}
],
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"squizlabs/php_codesniffer": "^3.4",
"phpmd/phpmd": "^2.6"
},
"autoload": {
"psr-4": {
"axy\\backtrace\\": "src",
"axy\\backtrace\\tests\\": "tests"
}
},
"archive": {
"exclude": ["/tests/*", "/doc/*", "/cs.sh", "/phpmd.sh", "/*.xml.dist", "/CHANGELOG.md"]
}
}