Files
canary/composer.json
Joey Kimsey bfe2aee6ee rename p2
2025-02-03 12:30:25 -05:00

41 lines
923 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":
[
"thetempusproject",
"php",
"tools",
"debugging",
"logging"
],
"homepage": "https://thetempusproject.com/libraries/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"
]
}
}