rename p1
This commit is contained in:
@ -1,41 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user