forked from devsam/core
firephp 추가
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "firephp/firephp-core",
|
||||
"description": "Traditional FirePHPCore library for sending PHP variables to the browser.",
|
||||
"type": "library",
|
||||
"homepage": "https://github.com/firephp/firephp-core",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Christoph Dorn",
|
||||
"email": "christoph@christophdorn.com",
|
||||
"homepage": "http://christophdorn.com"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"forum": "http://groups.google.com/group/firephp-dev",
|
||||
"issues": "https://github.com/firephp/firephp-core/issues",
|
||||
"source": "https://github.com/firephp/firephp-core"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"lib/FirePHPCore/FirePHP.class.php",
|
||||
"lib/FirePHPCore/fb.php"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user