forked from jokkedk/ZFDebug
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
30 lines (30 loc) · 811 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "jokkedk/zfdebug",
"description": "ZFDebug is a plugin for the Zend Framework for PHP5, providing useful debug information displayed in a small bar at the bottom of every page.",
"type": "library",
"homepage": "https://github.com/jokkedk/ZFDebug",
"license": "BSD-3-Clause",
"autoload": {
"psr-0": {
"ZFDebug_": "library/"
}
},
"include-path": [
"library/"
],
"require": {
"zendframework/zendframework1": "*"
},
"authors": [
{
"name": "Joakim Nygård",
"homepage": "http://jokke.dk",
"role": "Developer"
},
{
"name": "Andreas Pankratz",
"homepage": "http://www.bangal.de",
"role": "Contributor"
}
]
}