No description
Find a file
dependabot[bot] d6913d0437 Bump phpunit/phpunit from 7.4.0 to 7.4.1 (#834)
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.0 to 7.4.1.
<details>
<summary>Changelog</summary>

*Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).*

> ## [7.4.1] - 2018-10-18
> 
> ### Fixed
> 
> * Fixed [#3321](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3321): Incorrect TestDox output for data provider with indexed array
> * Fixed [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353): Requesting less than 16 columns of output results in an error
</details>
<details>
<summary>Commits</summary>

- [`c5a120a`](c5a120ade6) Prepare release
- [`2f38210`](2f38210c15) Closes [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353)
- [`6034bae`](6034bae73c) Allow sebastian/environment ^4.0
- [`bab8bbd`](bab8bbd9e6) Update ChangeLog
- [`04cb2da`](04cb2daf23) Fix for "testdox" option with dataProvider providing indexed array
- [`c34b889`](c34b889131) Test case for "testdox" option with dataProvider providing indexed array
- [`5015bff`](5015bff74e) Fix link to PR
- See full diff in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.0...7.4.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
2018-10-19 11:18:13 +02:00
.github Fix links in issue template 2017-04-20 17:42:23 +08:00
app Fix error with cover file (#823) 2018-10-06 12:44:25 +02:00
bootstrap Upgraded to Laravel 5.4 2017-02-15 11:16:49 +08:00
config Apply fixes from StyleCI (#791) 2018-08-29 10:04:02 +02:00
database Fix broken tests due to Laravel change (#825) 2018-10-06 12:46:01 +02:00
public Amend manifest with more content 2016-12-10 17:34:31 +08:00
resources Update submodule 2018-09-26 19:01:53 +02:00
routes Fix Pusher namespace problem 2018-09-16 14:23:39 +02:00
storage Upgrade to Larave 5.5 and PHP 7 2018-08-29 13:15:23 +07:00
tests Remove over-engineered service 2018-09-04 13:25:24 +07:00
.editorconfig A change of heart re:indent size 2016-06-26 00:05:24 +08:00
.env.example Fix the doc URL for streaming in .env.example 2017-12-03 23:53:18 +01:00
.eslintignore Lint everything 2016-11-26 10:25:35 +07:00
.gitattributes Big Bang 2015-12-13 12:42:28 +08:00
.gitignore Upgrade to Larave 5.5 and PHP 7 2018-08-29 13:15:23 +07:00
.gitmodules Adding submodule again 2018-02-04 13:35:00 +01:00
.htaccess Better .htaccess cache (fixes 706) 2018-04-14 22:51:09 +02:00
.travis.yml Do not test js 2018-09-06 16:08:09 +07:00
artisan Big Bang 2015-12-13 12:42:28 +08:00
composer.json Fix broken tests due to Laravel change (#825) 2018-10-06 12:46:01 +02:00
composer.lock Bump phpunit/phpunit from 7.4.0 to 7.4.1 (#834) 2018-10-19 11:18:13 +02:00
index.php Applied fixes from StyleCI 2015-12-14 08:22:39 -05:00
LICENSE.md The most important commit of all 2018-01-01 00:37:36 +01:00
nginx.conf.example Refactor the remote controller into its own page 2017-08-27 16:53:17 +01:00
nitpick.json Make Nitpick CI ignore certain paths 2017-11-08 23:22:48 +01:00
package.json Add vuebus 2018-03-14 09:17:33 +01:00
phpunit.xml Refactor tests 2017-08-05 17:56:11 +01:00
README.md Add contribution guidelines (#826) 2018-10-06 13:01:18 +02:00
server.php Applied fixes from StyleCI 2015-12-14 08:22:39 -05:00
webpack.config.js Extract core to submodule 2018-02-02 22:12:19 +01:00
webpack.mix.js Use webpack codesplitting 2018-09-04 16:32:39 +07:00
yarn.lock Upgrade packages 2018-09-21 17:09:07 +02:00

koel Build Status Code Quality OpenCollective OpenCollective

Showcase

Intro

Koel (also stylized as koel, with a lowercase k) is a simple web-based personal audio streaming service written in Vue on the client side and Laravel on the server side. Targeting web developers, Koel embraces some of the more modern web technologies flexbox, audio, and drag-and-drop API to name a few to do its job.

Install and Upgrade Guide

For system requirements, installation/upgrade guides, troubleshooting etc., head over to the Official Documentation.

Contribute

All contributions, big or small, are warmheartedly welcome! Please note, however, that if you want to work on a new feature, first open an issue to make sure it's something desired doing this will greatly save time for all of us.

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]