forked from Zazza/phalcon2-debug-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 921 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": "c0de8/phalcon3-debug-widget",
"description": "Phalcon debug toolbar for Phalcon 3",
"keywords": ["debug", "widget", "toolbar", "phalcon"],
"homepage": "https://github.com/c0de8/phalcon3-debug-widget",
"license": "GPL-3.0+",
"authors": [
{
"name": "Bjoern Ellebrecht",
"email": "packagist.bjoern@ellebrecht.name",
"homepage":"http://ellebrecht.name/",
"role": "developer"
}
],
"support": {
"source": "https://github.com/C0DE8/phalcon3-debug-widget",
"issues": "https://github.com/C0DE8/phalcon3-debug-widget/issues",
"wiki": "https://github.com/C0DE8/phalcon3-debug-widget/wiki"
},
"require": {
"php": ">=5.4.0",
"ext-phalcon": ">= 3.0.0"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"PDW\\": "src/PDW/"
}
}
}