* changes for eve-scout API * updates composer for new pathfinder-esi version * updates public files * updates signature and jump info * adds public files * typo fix: Turnur, not Turner Signed-off-by: Tyr Heimdal <tyr.heimdal@warning.no> --------- Signed-off-by: Tyr Heimdal <tyr.heimdal@warning.no> Co-authored-by: Tyr Heimdal <tyr.heimdal@warning.no>
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"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": true
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Exodus4D\\Pathfinder\\": "app/"
|
|
}
|
|
},
|
|
"readme": "README.md",
|
|
"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.3.5",
|
|
"swiftmailer/swiftmailer": "6.2.*",
|
|
"league/html-to-markdown": "5.0.*",
|
|
"cache/redis-adapter": "1.1.*",
|
|
"cache/filesystem-adapter": "1.1.*",
|
|
"cache/array-adapter": "1.1.*",
|
|
"cache/void-adapter": "1.0.*",
|
|
"cache/namespaced-cache": "1.1.*",
|
|
"react/socket": "1.9.*",
|
|
"react/promise-stream": "1.3.*",
|
|
"clue/ndjson-react": "1.2.*",
|
|
"firebase/php-jwt": "6.*",
|
|
"goryn-clade/pathfinder_esi": "2.1.4"
|
|
},
|
|
"suggest": {
|
|
"ext-redis": "Redis can be used as cache backend."
|
|
}
|
|
}
|