Files
canary/composer.json
Joey Kimsey 0627207452 init
2024-08-07 19:21:34 -04:00

28 lines
747 B
JSON

{
"name": "thetempusproject/tempusdebugger",
"type": "library",
"description": "Framework for sending php messages to chrome for in-browser debugging.",
"license": "MIT",
"minimum-stability": "dev",
"keywords": ["php","tools","debugging","thetempusproject"],
"homepage": "https://github.com/TheTempusProject/TempusDebugger",
"authors": [
{
"name": "Joey Kimsey",
"email": "Joey@thetempusproject.com",
"homepage": "https://TheTempusProject.com",
"role": "Lead Developer"
}
],
"require": {
"php": ">=5.4.0"
},
"autoload": {
"classmap": [
"TempusDebugger.php",
"TempusTools.php"
]
}
}