2015-05-22 12:36:26 -04:00
|
|
|
{
|
2017-12-06 14:40:13 -05:00
|
|
|
"name": "aviat/hummingbird-anime-client",
|
|
|
|
"description": "A self-hosted anime/manga client for Kitsu.",
|
|
|
|
"license": "MIT",
|
2020-04-07 21:53:53 -04:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Timothy J. Warren",
|
|
|
|
"email": "tim@timshomepage.net",
|
|
|
|
"homepage": "https://timshomepage.net",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
2017-12-06 14:40:13 -05:00
|
|
|
"autoload": {
|
|
|
|
"files": [
|
2020-03-11 23:04:01 -04:00
|
|
|
"src/Ion/functions.php",
|
2020-03-11 22:11:00 -04:00
|
|
|
"src/AnimeClient/constants.php",
|
|
|
|
"src/AnimeClient/AnimeClient.php"
|
2017-12-06 14:40:13 -05:00
|
|
|
],
|
|
|
|
"psr-4": {
|
2020-03-11 22:11:00 -04:00
|
|
|
"Aviat\\": "src/"
|
2015-05-22 12:36:26 -04:00
|
|
|
}
|
2017-12-06 14:40:13 -05:00
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
2020-03-11 23:04:01 -04:00
|
|
|
"Aviat\\AnimeClient\\Tests\\": "tests/AnimeClient",
|
|
|
|
"Aviat\\Ion\\Tests\\": "tests/Ion",
|
2017-12-06 14:40:13 -05:00
|
|
|
"CodeIgniter\\": "build/CodeIgniter/"
|
|
|
|
}
|
|
|
|
},
|
2020-03-17 15:05:28 -04:00
|
|
|
"config": {
|
2020-04-07 21:53:53 -04:00
|
|
|
"lock": false,
|
2020-03-17 15:05:28 -04:00
|
|
|
"platform": {
|
2020-04-10 15:38:32 -04:00
|
|
|
"php": "7.4"
|
2020-03-17 15:05:28 -04:00
|
|
|
}
|
|
|
|
},
|
2017-12-06 14:40:13 -05:00
|
|
|
"require": {
|
2020-03-11 16:26:17 -04:00
|
|
|
"amphp/http-client": "^4.2",
|
2017-12-06 14:40:13 -05:00
|
|
|
"aura/html": "^2.0",
|
|
|
|
"aura/router": "^3.0",
|
|
|
|
"aura/session": "^2.0",
|
2018-11-27 14:57:27 -05:00
|
|
|
"aviat/banker": "^2.0.0",
|
2020-03-11 23:04:01 -04:00
|
|
|
"aviat/query": "^2.5.1",
|
|
|
|
"danielstjules/stringy": "^3.1.0",
|
|
|
|
"ext-dom": "*",
|
2018-10-26 13:08:45 -04:00
|
|
|
"ext-iconv": "*",
|
2018-09-27 16:45:12 -04:00
|
|
|
"ext-json": "*",
|
2020-03-17 15:05:28 -04:00
|
|
|
"ext-gd": "*",
|
2018-09-26 22:31:04 -04:00
|
|
|
"ext-pdo": "*",
|
2020-03-11 16:26:17 -04:00
|
|
|
"laminas/laminas-diactoros": "^2.0.0",
|
2020-03-11 23:04:01 -04:00
|
|
|
"laminas/laminas-httphandlerrunner": "^1.0",
|
2017-12-06 14:40:13 -05:00
|
|
|
"maximebf/consolekit": "^1.0",
|
2019-12-05 16:59:24 -05:00
|
|
|
"monolog/monolog": "^2.0.1",
|
2020-04-10 16:35:01 -04:00
|
|
|
"php": ">=7.4",
|
2020-03-17 15:05:28 -04:00
|
|
|
"psr/container": "~1.0",
|
2017-12-06 14:40:13 -05:00
|
|
|
"psr/http-message": "~1.0",
|
|
|
|
"psr/log": "~1.0",
|
2020-03-11 16:26:17 -04:00
|
|
|
"yosymfony/toml": "^1.0"
|
2017-12-06 14:40:13 -05:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-12-05 16:59:24 -05:00
|
|
|
"consolidation/robo": "^2.0.0",
|
2018-11-07 14:29:21 -05:00
|
|
|
"filp/whoops": "^2.1",
|
2017-12-06 14:40:13 -05:00
|
|
|
"pdepend/pdepend": "^2.2",
|
2020-04-10 15:38:32 -04:00
|
|
|
"phploc/phploc": "^6.0.2",
|
2020-03-13 09:53:31 -04:00
|
|
|
"phpmd/phpmd": "^2.8",
|
2019-12-05 16:59:24 -05:00
|
|
|
"phpstan/phpstan": "^0.12.0",
|
2020-04-10 15:38:32 -04:00
|
|
|
"phpunit/phpunit": "^9.1.1",
|
2018-08-08 10:12:45 -04:00
|
|
|
"roave/security-advisories": "dev-master",
|
2018-10-05 14:40:30 -04:00
|
|
|
"robmorgan/phinx": "^0.10.6",
|
2020-04-10 15:38:32 -04:00
|
|
|
"sebastian/phpcpd": "^5.0.2",
|
|
|
|
"spatie/phpunit-snapshot-assertions": "^4.1.0",
|
2018-01-10 16:18:06 -05:00
|
|
|
"squizlabs/php_codesniffer": "^3.2.2",
|
2020-03-13 09:53:31 -04:00
|
|
|
"symfony/var-dumper": "^5",
|
2020-03-11 16:34:33 -04:00
|
|
|
"theseer/phpdox": "*"
|
2017-12-06 14:40:13 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "vendor/bin/robo build",
|
2018-11-07 14:29:21 -05:00
|
|
|
"build:css": "cd public && npm run build:css && cd ..",
|
|
|
|
"build:js": "cd public && npm run build:js && cd ..",
|
2017-12-06 14:40:13 -05:00
|
|
|
"clean": "vendor/bin/robo clean",
|
|
|
|
"coverage": "phpdbg -qrr -- vendor/bin/phpunit -c build",
|
2019-12-06 15:46:56 -05:00
|
|
|
"phpstan": "phpstan analyse -c phpstan.neon",
|
2018-11-07 14:29:21 -05:00
|
|
|
"watch:css": "cd public && npm run watch:css",
|
|
|
|
"watch:js": "cd public && npm run watch:js",
|
2019-12-06 15:46:56 -05:00
|
|
|
"test": "vendor/bin/phpunit -c build --no-coverage",
|
|
|
|
"test-update": "vendor/bin/phpunit -c build --no-coverage -d --update-snapshots"
|
2018-01-18 16:21:45 -05:00
|
|
|
},
|
|
|
|
"scripts-descriptions": {
|
|
|
|
"build": "Generate the api docs",
|
|
|
|
"build:css": "Generate browser css",
|
|
|
|
"clean": "Remove documentation generation files and folders",
|
|
|
|
"coverage": "Generate a test coverage report",
|
|
|
|
"phpstan": "Run PHP Static analysis",
|
|
|
|
"test": "Run the unit tests"
|
2017-12-06 14:40:13 -05:00
|
|
|
}
|
2017-02-17 08:25:19 -05:00
|
|
|
}
|