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",
|
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.*",
|
|
|
|
"aviat4ion/query": "2.5.*",
|
2015-10-01 16:21:09 -04:00
|
|
|
"container-interop/container-interop": "1.*",
|
|
|
|
"danielstjules/stringy": "~2.1",
|
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-07-22 17:22:00 -04:00
|
|
|
"predis/predis": "1.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
|
|
|
"codeclimate/php-test-reporter": "dev-master",
|
|
|
|
"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",
|
|
|
|
"humbug/humbug": "~1.0@dev"
|
2015-05-22 12:36:26 -04:00
|
|
|
}
|
2016-04-19 13:02:50 -04:00
|
|
|
}
|