{ "name": "fuzeworks/tracycomponent", "description": "FuzeWorks Framework Tracy Debugger Component", "homepage": "https://techfuze.net/fuzeworks", "license": ["MIT"], "authors": [ { "name": "TechFuze", "homepage": "https://techfuze.net" }, { "name": "FuzeWorks Community", "homepage": "https://techfuze.net/fuzeworks/contributors" } ], "require": { "php": ">=7.1.0", "tracy/tracy": "2.5.*", "fuzeworks/core": "dev-development" }, "require-dev": { "phpunit/phpunit": "^7" }, "autoload": { "psr-4": { "FuzeWorks\\": "src/FuzeWorks/" } } }