TracyComponent/composer.json

29 lines
624 B
JSON
Raw Normal View History

2019-01-17 16:05:19 +00:00
{
"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.*",
2019-08-21 17:16:21 +00:00
"fuzeworks/core": "1.2.0-RC4"
2019-01-17 16:05:19 +00:00
},
"require-dev": {
"phpunit/phpunit": "^7"
},
"autoload": {
"psr-4": {
"FuzeWorks\\": "src/FuzeWorks/"
}
}
}