- BC Break: Project folder structure changed. Removed `app/main` dir. - BC Break: Core _PHP_ framework + dependencies moved into `composer.json` and are no longer part of this repo
59 lines
1.4 KiB
JSON
59 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/"
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/exodus4d/pathfinder_esi"
|
|
}
|
|
],
|
|
"require": {
|
|
"php-64bit": ">=7.1",
|
|
"ext-pdo": "*",
|
|
"ext-openssl": "*",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-ctype": "*",
|
|
"ext-gd": "*",
|
|
"bcosca/fatfree-core": "3.7.*",
|
|
"ikkez/f3-cortex": "dev-master#0d7754a5897a639e563add6b8d6db53fc0fae677",
|
|
"ikkez/f3-sheet": "0.4.*",
|
|
"xfra35/f3-cron": "1.2.*",
|
|
"monolog/monolog": "2.*",
|
|
"swiftmailer/swiftmailer": "6.2.x",
|
|
"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.0.*",
|
|
"exodus4d/pathfinder_esi": "1.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-redis": "Redis can be used as cache backend."
|
|
}
|
|
}
|