forked from exodus4d/pathfinder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer-dev.json
46 lines (46 loc) · 1.1 KB
/
composer-dev.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
41
42
43
44
45
46
{
"name": "exodus4d/pathfinder",
"description": "Mapping tool for EVE ONLINE",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "Mark Friedrich",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Exodus4D\\Pathfinder\\": "app/main"
}
},
"repositories": [
{
"type": "vcs",
"url": "../pathfinder_esi"
}],
"require": {
"php-64bit": ">=7.1",
"ext-pdo": "*",
"ext-openssl": "*",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-ctype": "*",
"monolog/monolog": "1.*",
"swiftmailer/swiftmailer": "^6.0",
"league/html-to-markdown": "4.8.*",
"cache/redis-adapter": "1.0.*",
"cache/filesystem-adapter": "1.0.*",
"cache/array-adapter": "1.0.*",
"cache/void-adapter": "1.0.*",
"cache/namespaced-cache": "1.0.*",
"react/socket": "1.2.*",
"react/promise-stream": "1.1.*",
"clue/ndjson-react": "1.0.*",
"exodus4d/pathfinder_esi": "dev-develop as 0.0.x-dev"
},
"suggest": {
"ext-redis": "Redis can be used as cache backend."
}
}