Version 5.1 - All the GraphQL #32
@ -4,7 +4,6 @@ install:
|
|||||||
- composer install
|
- composer install
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.4
|
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
- 7
|
- 7
|
||||||
|
@ -3,16 +3,17 @@
|
|||||||
"description": "A self-hosted anime/manga client for hummingbird.",
|
"description": "A self-hosted anime/manga client for hummingbird.",
|
||||||
"license":"MIT",
|
"license":"MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"container-interop/container-interop": "1.*",
|
|
||||||
"guzzlehttp/guzzle": "5.3.*",
|
|
||||||
"filp/whoops": "dev-php7#fe32a402b086b21360e82013e8a0355575c7c6f4",
|
|
||||||
"aura/router": "2.2.*",
|
|
||||||
"aura/web": "2.0.*",
|
|
||||||
"aura/html": "2.*",
|
|
||||||
"aura/session": "2.*",
|
|
||||||
"aviat4ion/query": "2.5.*",
|
|
||||||
"robmorgan/phinx": "0.4.*",
|
|
||||||
"abeautifulsite/simpleimage": "2.5.*",
|
"abeautifulsite/simpleimage": "2.5.*",
|
||||||
|
"aura/html": "2.*",
|
||||||
|
"aura/router": "2.2.*",
|
||||||
|
"aura/session": "2.*",
|
||||||
|
"aura/web": "2.0.*",
|
||||||
|
"aviat4ion/query": "2.5.*",
|
||||||
|
"container-interop/container-interop": "1.*",
|
||||||
|
"danielstjules/stringy": "~2.1",
|
||||||
|
"filp/whoops": "dev-php7#fe32a402b086b21360e82013e8a0355575c7c6f4",
|
||||||
|
"guzzlehttp/guzzle": "6.*",
|
||||||
|
"robmorgan/phinx": "0.4.*",
|
||||||
"szymach/c-pchart": "1.*"
|
"szymach/c-pchart": "1.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,16 +1,16 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<phpdoc>
|
<phpdoc>
|
||||||
<title>Hummingbird Anime Client</title>
|
<title>Hummingbird Anime Client</title>
|
||||||
<parser>
|
<parser>
|
||||||
<target>docs</target>
|
<target>docs</target>
|
||||||
</parser>
|
</parser>
|
||||||
<transformer>
|
<transformer>
|
||||||
<target>docs</target>
|
<target>docs</target>
|
||||||
</transformer>
|
</transformer>
|
||||||
<transformations>
|
<transformations>
|
||||||
<template name="clean" />
|
<template name="clean" />
|
||||||
</transformations>
|
</transformations>
|
||||||
<files>
|
<files>
|
||||||
<directory>src</directory>
|
<directory>src/Aviat/AnimeClient</directory>
|
||||||
</files>
|
</files>
|
||||||
</phpdoc>
|
</phpdoc>
|
Loading…
Reference in New Issue
Block a user