60 lines
1.5 KiB
JSON
60 lines
1.5 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": 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."
|
|
}
|
|
}
|