-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (29 loc) · 903 Bytes
/
Copy pathcomposer.json
File metadata and controls
34 lines (29 loc) · 903 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
{
"name": "robinthehood/exception-monitor",
"type": "library",
"description": "ExceptionMonitor gives you nice looking PHP Error Messages. If you wish more features feel free to contribute.",
"keywords": ["nice looking", "errorhandling", "error", "php"],
"license": "MIT",
"authors": [
{
"name": "Robin Wieschendorf",
"email": "mail@robinwieschendorf.de",
"homepage": "http://robinwieschendorf.de",
"role": "Project Founder"
}
],
"require": {
"php": "^5.6 || ^7.0 || ^8.0",
"robinthehood/syntax-highlighter": "^0.1.0",
"robinthehood/tokenizer": "^0.1.0",
"robinthehood/terminal": "^0.1.1"
},
"require-dev": {
"phpunit/phpunit": "^8"
},
"autoload": {
"psr-4": {
"RobinTheHood\\ExceptionMonitor\\": "src/"
}
}
}