forked from RobinTheHood/ModifiedModuleLoaderClient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (27 loc) · 727 Bytes
/
composer.json
File metadata and controls
31 lines (27 loc) · 727 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
{
"name": "robinthehood/modified-module-loader-client",
"type": "project",
"authors": [
{
"name": "Robin Wieschendorf",
"email": "mail@robinwieschendorf.de",
"homepage": "https://robinwieschendorf.de"
}
],
"homepage": "https://module-loader.de",
"require": {
"robinthehood/exception-monitor": "^0.1.6",
"robinthehood/debug": "^0.1.3",
"erusev/parsedown": "^1.7",
"sebastian/diff": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^7",
"vimeo/psalm": "^3.12"
},
"autoload": {
"psr-4": {
"RobinTheHood\\ModifiedModuleLoaderClient\\": "src/Classes/"
}
}
}