forked from goryn-clade/pathfinder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer-dev.json
59 lines (59 loc) · 1.45 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "exodus4d/pathfinder",
"description": "Mapping tool for EVE ONLINE",
"type": "project",
"homepage": "https://github.com/exodus4d/pathfinder",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "Mark Friedrich",
"email": "pathfinder@exodus4d.de"
}
],
"config": {
"optimize-autoloader": true,
"lock": false
},
"autoload": {
"psr-4": {
"Exodus4D\\Pathfinder\\": "app/"
}
},
"readme": "README.md",
"repositories": [
{
"type": "vcs",
"url": "../pathfinder_esi"
}
],
"require": {
"php-64bit": ">=7.2",
"ext-pdo": "*",
"ext-openssl": "*",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-ctype": "*",
"ext-gd": "*",
"bcosca/fatfree-core": "3.7.*",
"ikkez/f3-cortex": "dev-master#af035616ae8d708776117e05603dac43835f3d9a",
"ikkez/f3-sheet": "0.4.*",
"xfra35/f3-cron": "1.2.*",
"monolog/monolog": "2.*",
"swiftmailer/swiftmailer": "6.2.*",
"league/html-to-markdown": "4.9.*",
"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.3.*",
"react/promise-stream": "1.2.*",
"clue/ndjson-react": "1.1.*",
"exodus4d/pathfinder_esi": "dev-develop as 0.0.x-dev"
},
"suggest": {
"ext-redis": "Redis can be used as cache backend."
}
}