init
This commit is contained in:
27
composer.json
Normal file
27
composer.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user