2015-05-22 12:36:26 -04:00
|
|
|
{
|
2015-09-14 10:54:50 -04:00
|
|
|
"name": "timw4mail/hummingbird-anime-client",
|
|
|
|
"description": "A self-hosted anime/manga client for hummingbird.",
|
|
|
|
"license":"MIT",
|
2016-08-29 15:50:59 -04:00
|
|
|
"autoload": {
|
|
|
|
"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": {
|
2015-10-01 16:21:09 -04:00
|
|
|
"abeautifulsite/simpleimage": "2.5.*",
|
2015-09-14 10:54:50 -04:00
|
|
|
"aura/html": "2.*",
|
2016-02-16 16:28:44 -05:00
|
|
|
"aura/router": "3.*",
|
2015-09-14 10:54:50 -04:00
|
|
|
"aura/session": "2.*",
|
2016-12-21 12:46:20 -05:00
|
|
|
"aviat/banker": "dev-master",
|
2016-08-09 11:08:45 -04:00
|
|
|
"aviat/ion": "dev-master",
|
2016-01-11 14:57:43 -05:00
|
|
|
"filp/whoops": "2.0.*",
|
2015-10-01 16:21:09 -04:00
|
|
|
"guzzlehttp/guzzle": "6.*",
|
2015-11-13 16:31:01 -05:00
|
|
|
"monolog/monolog": "1.*",
|
2016-02-16 16:28:44 -05:00
|
|
|
"psr/http-message": "~1.0",
|
2015-11-13 16:31:01 -05:00
|
|
|
"psr/log": "~1.0",
|
2016-02-16 16:28:44 -05:00
|
|
|
"yosymfony/toml": "0.3.*",
|
2016-04-19 13:02:50 -04:00
|
|
|
"zendframework/zend-diactoros": "1.3.*",
|
|
|
|
"maximebf/consolekit": "^1.0"
|
2016-01-12 12:47:48 -05:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-08-01 13:10:00 -04:00
|
|
|
"pdepend/pdepend": "^2.2",
|
|
|
|
"sebastian/phpcpd": "^2.0",
|
|
|
|
"theseer/phpdox": "0.8.1.1",
|
|
|
|
"phploc/phploc": "^3.0",
|
|
|
|
"phpmd/phpmd": "^2.4",
|
|
|
|
"phpunit/phpunit": "^5.4",
|
2016-08-01 14:38:23 -04:00
|
|
|
"robmorgan/phinx": "^0.6.4",
|
2016-08-09 11:08:45 -04:00
|
|
|
"humbug/humbug": "~1.0@dev",
|
2016-08-29 14:51:32 -04:00
|
|
|
"consolidation/robo": "~1.0@RC",
|
|
|
|
"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": {
|
|
|
|
|
2015-05-22 12:36:26 -04:00
|
|
|
}
|
2016-12-21 12:46:20 -05:00
|
|
|
}
|