forked from cakephp/debug_kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 971 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
31
32
33
34
{
"name": "cakephp/debug_kit",
"description": "CakePHP Debug Kit",
"type": "cakephp-plugin",
"keywords": ["cakephp", "debug", "kit"],
"homepage": "https://github.com/cakephp/debug_kit",
"license": "MIT",
"authors": [
{
"name": "Mark Story",
"homepage": "http://mark-story.com",
"role": "Author"
},
{
"name": "CakePHP Community",
"homepage": "https://github.com/cakephp/debug_kit/graphs/contributors"
}
],
"support": {
"issues": "http://cakephp.lighthouseapp.com/projects/42880-debug-kit/overview",
"forum": "http://ask.cakephp.org",
"irc": "irc://irc.freenode.org/cakephp",
"source": "https://github.com/cakephp/debug_kit"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "*"
},
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
}
}