HummingBirdAnimeClient/composer.json

51 lines
1.2 KiB
JSON
Raw Normal View History

2015-05-22 12:36:26 -04:00
{
"name": "timw4mail/hummingbird-anime-client",
2017-01-17 12:46:47 -05:00
"description": "A self-hosted anime/manga client for Kitsu.",
"license":"MIT",
2016-08-29 15:50:59 -04:00
"autoload": {
"files": [
"src/AnimeClient.php"
],
2016-08-29 15:50:59 -04:00
"psr-4": {
2016-08-29 16:36:13 -04:00
"Aviat\\AnimeClient\\": "src/"
2016-08-29 15:50:59 -04:00
}
},
"autoload-dev": {
"psr-4": {
2016-08-29 16:36:13 -04:00
"Aviat\\AnimeClient\\Tests\\": "tests/",
2016-08-29 15:50:59 -04:00
"CodeIgniter\\": "build/CodeIgniter/"
}
},
2015-05-22 12:36:26 -04:00
"require": {
2017-02-06 10:42:41 -05:00
"aura/html": "^2.0",
"aura/router": "^3.0",
"aura/session": "^2.0",
2017-01-17 12:46:47 -05:00
"aviat/banker": "^1.0.0",
2017-01-10 21:13:44 -05:00
"aviat/ion": "1.0.*",
2017-02-06 10:42:41 -05:00
"filp/whoops": "^2.1.5",
"monolog/monolog": "^1.0",
"psr/http-message": "~1.0",
2015-11-13 16:31:01 -05:00
"psr/log": "~1.0",
2017-02-06 10:42:41 -05:00
"yosymfony/toml": "^0.3",
"zendframework/zend-diactoros": "^1.3",
"maximebf/consolekit": "^1.0",
"amphp/artax": "^2.0"
},
"require-dev": {
"pdepend/pdepend": "^2.2",
2017-02-06 10:42:41 -05:00
"sebastian/phpcpd": "^3.0",
"theseer/phpdox": "^0.9.0",
"phploc/phploc": "^3.0",
"phpmd/phpmd": "^2.4",
2017-02-07 09:13:13 -05:00
"phpunit/phpunit": "^6.0",
2016-08-01 14:38:23 -04:00
"robmorgan/phinx": "^0.6.4",
2017-01-12 15:41:20 -05:00
"consolidation/robo": "~1.0",
"henrikbjorn/lurker": "^1.1.0",
2016-08-29 15:50:59 -04:00
"symfony/var-dumper": "^3.1",
2016-10-20 22:09:36 -04:00
"squizlabs/php_codesniffer": "^3.0.0@beta"
2016-12-20 12:58:37 -05:00
},
"scripts": {
2017-01-12 15:41:20 -05:00
"build:css": "cd public && npm run build && cd ..",
"watch:css": "cd public && npm run watch"
2015-05-22 12:36:26 -04:00
}
}