HummingBirdAnimeClient/composer.json

21 lines
565 B
JSON
Raw Normal View History

2015-05-22 12:36:26 -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.*",
"aura/html": "2.*",
2015-10-01 16:21:09 -04:00
"aura/router": "2.2.*",
"aura/session": "2.*",
"aura/web": "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.*",
"psr/log": "~1.0",
"robmorgan/phinx": "0.4.*",
"yosymfony/toml": "0.3.*"
2015-05-22 12:36:26 -04:00
}
}