Files
canary/composer.json
Joey Kimsey 77cef522e9 composer fix
2025-02-04 07:16:29 -05:00

41 lines
887 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":
{
"classmap":
[
"classes"
],
"files":
[
"config/constants.php",
"bin/canary.php"
]
}
}