HummingBirdAnimeClient/composer.json

22 lines
639 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.*",
2015-10-01 16:21:09 -04:00
"aura/web": "2.0.*",
"aviat4ion/query": "2.5.*",
2015-10-01 16:21:09 -04:00
"container-interop/container-interop": "1.*",
"danielstjules/stringy": "~2.1",
"filp/whoops": "dev-php7#fe32a402b086b21360e82013e8a0355575c7c6f4",
"guzzlehttp/guzzle": "6.*",
2015-11-13 16:31:01 -05:00
"monolog/monolog": "1.*",
2015-11-18 16:03:40 -05:00
"mustache/mustache": "*",
2015-11-13 16:31:01 -05:00
"psr/log": "~1.0",
"robmorgan/phinx": "0.4.*",
2015-09-28 14:41:45 -04:00
"szymach/c-pchart": "1.*"
2015-05-22 12:36:26 -04:00
}
}