-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 757 Bytes
/
composer.json
File metadata and controls
37 lines (37 loc) · 757 Bytes
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
35
36
37
{
"name": "dorxy/debug_http",
"description": "CakePHP Debug Kit Http panel",
"type": "cakephp-plugin",
"keywords": [
"cakephp",
"debug",
"http",
"client"
],
"homepage": "https://github.com/dorxy/debug_http",
"license": "MIT",
"authors": [
{
"name": "Simone Alers",
"role": "Author"
}
],
"support": {
"issues": "https://github.com/dorxy/debug_http/issues",
"source": "https://github.com/dorxy/debug_http"
},
"require": {
"cakephp/cakephp": "~3.4",
"cakephp/debug_kit": "~3.3"
},
"require-dev": {
"phpunit/phpunit": "*",
"cakephp/cakephp-codesniffer": "dev-master"
},
"autoload": {
"psr-4": {
"DebugHttp\\": "src"
}
},
"minimum-stability": "beta"
}