-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 990 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
35
36
37
38
39
40
{
"name": "renakdup/whoops-wordpress-error-handler",
"description": "Whoops PHP Error handler for WordPress.",
"license": "MIT",
"type": "library",
"keywords": [
"wordpress",
"wordpress plugin",
"wordpress debug",
"wordpress error handler",
"wp",
"wp plugin",
"whoops",
"whoops wordpress",
"whoops handler",
"error handler",
"debug",
"wordpress-library"
],
"authors": [
{
"name": "Andrei Pisarevskii",
"email": "[email protected]",
"homepage": "https://wp-yoda.com/en/"
}
],
"homepage": "https://github.com/renakdup/whoops-error-handler",
"require": {
"php": ">=7.3.0",
"filp/whoops": "^2.15"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.42"
},
"autoload": {
"psr-4": {
"Renakdup\\WhoopsErrorHandler\\": "./src/"
}
}
}