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",
|
2023-07-13 11:06:52 -04:00
|
|
|
"src/AnimeClient.php",
|
|
|
|
"src/AnimeClient/constants.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",
|
2021-12-02 16:28:57 -05:00
|
|
|
"Aviat\\Ion\\Tests\\": "tests/Ion"
|
2017-12-06 14:40:13 -05:00
|
|
|
}
|
|
|
|
},
|
2020-03-17 15:05:28 -04:00
|
|
|
"config": {
|
2023-03-16 13:02:17 -04:00
|
|
|
"lock": false
|
2020-03-17 15:05:28 -04:00
|
|
|
},
|
2017-12-06 14:40:13 -05:00
|
|
|
"require": {
|
2023-10-26 11:10:21 -04:00
|
|
|
"amphp/http-client": "^v5.0.0",
|
2020-04-28 12:24:34 -04:00
|
|
|
"aura/html": "^2.5.0",
|
2023-10-26 16:00:13 -04:00
|
|
|
"aura/router": "^3.3.0",
|
2020-04-28 12:24:34 -04:00
|
|
|
"aura/session": "^2.1.0",
|
2023-03-16 22:19:56 -04:00
|
|
|
"aviat/banker": "^4.1.2",
|
2023-03-17 16:38:41 -04:00
|
|
|
"aviat/query": "^4.1.0",
|
2020-03-11 23:04:01 -04:00
|
|
|
"ext-dom": "*",
|
2023-03-16 13:02:17 -04:00
|
|
|
"ext-gd": "*",
|
2021-02-23 13:33:54 -05:00
|
|
|
"ext-intl": "*",
|
2018-09-27 16:45:12 -04:00
|
|
|
"ext-json": "*",
|
2023-03-16 13:02:17 -04:00
|
|
|
"ext-mbstring": "*",
|
2018-09-26 22:31:04 -04:00
|
|
|
"ext-pdo": "*",
|
2023-05-19 10:42:25 -04:00
|
|
|
"laminas/laminas-diactoros": "^3.0.0",
|
|
|
|
"laminas/laminas-httphandlerrunner": "^2.6.1",
|
2020-04-28 12:24:34 -04:00
|
|
|
"maximebf/consolekit": "^1.0.3",
|
2023-03-16 22:19:56 -04:00
|
|
|
"monolog/monolog": "^3.0.0",
|
2023-07-13 14:17:51 -04:00
|
|
|
"php": ">= 8.2.0",
|
2023-10-26 11:10:21 -04:00
|
|
|
"psr/http-message": "^1.0.1 || ^2.0.0",
|
2021-02-23 13:33:54 -05:00
|
|
|
"symfony/polyfill-mbstring": "^1.0.0",
|
|
|
|
"symfony/polyfill-util": "^1.0.0",
|
2021-02-23 17:08:36 -05:00
|
|
|
"tracy/tracy": "^2.8.0",
|
2020-04-28 12:24:34 -04:00
|
|
|
"yosymfony/toml": "^1.0.4"
|
2017-12-06 14:40:13 -05:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2021-12-02 16:28:57 -05:00
|
|
|
"phpstan/phpstan": "^1.2.0",
|
2023-03-17 16:38:41 -04:00
|
|
|
"phpunit/phpunit": "^10.0.0",
|
2018-08-08 10:12:45 -04:00
|
|
|
"roave/security-advisories": "dev-master",
|
2023-03-17 16:38:41 -04:00
|
|
|
"spatie/phpunit-snapshot-assertions": "^5.0.1"
|
2017-12-06 14:40:13 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
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 ..",
|
2023-03-16 22:19:56 -04:00
|
|
|
"coverage": "php -dpcov.enabled=1 -dpcov.directory=. -dpcov.exclude=\"~vendor~\" ./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:css": "Generate browser css",
|
|
|
|
"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
|
|
|
}
|