FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
debug_kit/composer.json at 5.x · cakephp/debug_kit · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cakephp
/
debug_kit
Public
Notifications
You must be signed in to change notification settings
Fork
564
Star
839
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
debug_kit
/
composer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
77 lines (77 loc) · 2.25 KB
Breadcrumbs
debug_kit
/
composer.json
Copy path
File metadata and controls
77 lines (77 loc) · 2.25 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name"
:
"
cakephp/debug_kit
"
,
"description"
:
"
CakePHP Debug Kit
"
,
"license"
:
"
MIT
"
,
"type"
:
"
cakephp-plugin
"
,
"keywords"
: [
"
cakephp
"
,
"
debug
"
,
"
kit
"
,
"
dev
"
],
"authors"
: [
{
"name"
:
"
Mark Story
"
,
"homepage"
:
"
https://mark-story.com
"
,
"role"
:
"
Author
"
},
{
"name"
:
"
CakePHP Community
"
,
"homepage"
:
"
https://github.com/cakephp/debug_kit/graphs/contributors
"
}
],
"homepage"
:
"
https://github.com/cakephp/debug_kit
"
,
"support"
: {
"issues"
:
"
https://github.com/cakephp/debug_kit/issues
"
,
"forum"
:
"
https://stackoverflow.com/tags/cakephp
"
,
"irc"
:
"
irc://irc.freenode.org/cakephp
"
,
"source"
:
"
https://github.com/cakephp/debug_kit
"
},
"require"
: {
"php"
:
"
>=8.1
"
,
"cakephp/cakephp"
:
"
^5.1
"
,
"composer/composer"
:
"
^2.7.7
"
,
"doctrine/sql-formatter"
:
"
^1.1.3
"
},
"require-dev"
: {
"cakephp/authorization"
:
"
^3.0
"
,
"cakephp/cakephp-codesniffer"
:
"
^5.0
"
,
"phpunit/phpunit"
:
"
^10.5.32 || ^11.1.3 || ^12.0.9
"
},
"suggest"
: {
"ext-pdo_sqlite"
:
"
DebugKit needs to store panel data in a database. SQLite is simple and easy to use.
"
},
"autoload"
: {
"psr-4"
: {
"DebugKit
\\
"
:
"
src/
"
}
},
"autoload-dev"
: {
"psr-4"
: {
"Cake
\\
Test
\\
"
:
"
vendor/cakephp/cakephp/tests/
"
,
"DebugKit
\\
TestApp
\\
"
:
"
tests/test_app/
"
,
"DebugKit
\\
Test
\\
"
:
"
tests/
"
,
"DebugkitTestPlugin
\\
"
:
"
tests/test_app/Plugin/DebugkitTestPlugin/src/
"
}
},
"config"
: {
"allow-plugins"
: {
"dealerdirect/phpcodesniffer-composer-installer"
:
true
}
},
"scripts"
: {
"cs-check"
:
"
phpcs
"
,
"cs-fix"
:
"
phpcbf
"
,
"phpstan"
:
"
tools/phpstan analyse
"
,
"stan"
: [
"
tools/phpstan analyse
"
,
"
tools/psalm
"
],
"stan-baseline"
:
"
tools/phpstan --generate-baseline
"
,
"psalm-baseline"
:
"
tools/psalm --set-baseline=psalm-baseline.xml
"
,
"stan-setup"
:
"
phive install
"
,
"test"
:
"
phpunit
"
},
"minimum-stability"
:
"
stable
"
,
"prefer-stable"
:
true
}
Back
|
FazBrowse Home
|
New Git URL