Files
canary/composer.json
2024-08-09 00:29:14 -04:00

40 lines
917 B
JSON

{
"name": "thetempusproject/canary",
"type": "library",
"description": "Functionality for tracking, logging, and sending log messages to chrome for debugging.",
"license": "MIT",
"minimum-stability": "dev",
"keywords":
[
"php",
"tools",
"debugging",
"thetempusproject"
],
"homepage": "https://git.thetempusproject.com/the-tempus-project/canary",
"authors":
[
{
"name": "Joey Kimsey",
"email": "Joey@thetempusproject.com",
"homepage": "https://JoeyKimsey.com",
"role": "Lead Developer"
}
],
"require":
{
"php": ">=8.1.0"
},
"autoload":
{
"psr-4":
{
"TheTempusProject\\Canary\\Classes\\": "Classes"
},
"files":
[
"Config/constants.php",
"Bin/Canary.php"
]
}
}