Commit graph

1450 commits

Author SHA1 Message Date
dependabot[bot]
a3aec09e8b Bump barryvdh/laravel-ide-helper from 2.5.2 to 2.5.3 (#883)
Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.5.2 to 2.5.3.
<details>
<summary>Commits</summary>

- [`3d7f124`](3d7f124089) prevent loading views if `view` class not in container ([#691](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/691))
- [`32df0a3`](32df0a3bc6) Fix: Parametrized relationships prevent generation of metadata ([#719](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/719))
- [`2f8283a`](2f8283a746) Optionally write missing Laravel Model DocBlock ([#700](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/700))
- [`2a63b31`](2a63b31475) Merge pull request [#730](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/730) from apollopy/master
- [`494d159`](494d1593c8) Merge pull request [#732](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/732) from HikaruYasuda/fix/duplicateMacroMethods
- [`e513fb3`](e513fb34dc) Merge pull request [#743](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/743) from JeppeKnockaert/fix-travis-timeout
- [`5db8275`](5db82752ef) Merge pull request [#742](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/742) from JeppeKnockaert/update-reflection-docblock-to-v2-0-6
- [`1f555bc`](1f555bc194) bugfix - Increase composer update timeout in Travis
- [`b0ce532`](b0ce5325de) Update ReflectionDocBlock to v2.0.6
- [`aeae59d`](aeae59d0af) Merge pull request [#740](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/740) from JeppeKnockaert/fix-cannot-redeclare-method
- Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.5.2...v2.5.3)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.5.2&new-version=2.5.3)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.5.2&new-version=2.5.3)

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`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<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-12-20 17:29:21 +01:00
dependabot[bot]
3460f2991c Bump mpociot/laravel-apidoc-generator from 3.1.1 to 3.2.0 (#881)
Bumps [mpociot/laravel-apidoc-generator](https://github.com/mpociot/laravel-apidoc-generator) from 3.1.1 to 3.2.0.
<details>
<summary>Release notes</summary>

*Sourced from [mpociot/laravel-apidoc-generator's releases](https://github.com/mpociot/laravel-apidoc-generator/releases).*

> ## 3.2.0
> [Changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md#320---wednesday-12-december-2018)
</details>
<details>
<summary>Changelog</summary>

*Sourced from [mpociot/laravel-apidoc-generator's changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md).*

> ## [3.2.0] - Wednesday, 12 December 2018
> ### Changed
> - API groups are now sorted "naturally" (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/428)
> 
> ### Fixed
> - Partial resource controllers are now properly supported (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/429)
> - PUT request body now formatted as `urlencoded` in Postman collection (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/418)
> - `[**responseFile**](https://github.com/responseFile)` strategy now properly renders responses (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/427)
</details>
<details>
<summary>Commits</summary>

- [`d13b0e1`](d13b0e1687) Update CHANGELOG.md
- [`56c5412`](56c5412340) Update CONTRIBUTING.md
- [`503fb66`](503fb6605e) Merge pull request [#431](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/431) from mpociot/analysis-8wPwG9
- [`2e66407`](2e66407a3b) Apply fixes from StyleCI
- [`02d1942`](02d1942298) Merge pull request [#428](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/428) from phanan-forks/feat/natsort
- [`8ca2719`](8ca27199ab) Update GenerateDocumentationTest.php
- [`6850789`](68507895e0) Merge branch 'master' into feat/natsort
- [`c2ef79d`](c2ef79d990) Merge pull request [#429](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/429) from phanan-forks/fix/partial-ctrl
- [`6096b95`](6096b95b2a) Trigger build
- [`966c8eb`](966c8eb365) Trigger build
- Additional commits viewable in [compare view](https://github.com/mpociot/laravel-apidoc-generator/compare/3.1.1...3.2.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.1.1&new-version=3.2.0)](https://dependabot.com/compatibility-score.html?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.1.1&new-version=3.2.0)

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`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<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-12-19 16:15:16 +01:00
dependabot[bot]
1b98f4fbdc Bump phpunit/phpunit from 7.5.0 to 7.5.1 (#876)
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.5.0 to 7.5.1.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/7.5.0...7.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-17 13:14:29 +01:00
dependabot[bot]
0a62f3a459 Bump doctrine/dbal from 2.9.0 to 2.9.1 (#878)
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.9.0 to 2.9.1.
<details>
<summary>Release notes</summary>

*Sourced from [doctrine/dbal's releases](https://github.com/doctrine/dbal/releases).*

> # Release v2.9.1
> 
> [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.9.1)](https://travis-ci.org/doctrine/dbal)
> 
> This release fixes regressions introduced in v2.9.0 and issues specific to the SQL Anywhere platform.
> 
> - Total issues resolved: **11**
> 
> **MySQL, Schema Introspection:**
> 
> - [3393: Fixed parsing MySQL create table flags (options without a value)](https://github-redirect.dependabot.com/doctrine/dbal/pull/3393) thanks to [**morozov**](https://github.com/morozov) and [**AdrianSherwood**](https://github.com/AdrianSherwood)
> - [3398: BC Break in 2.9.0 for MySQL Tables containing partitions](https://github-redirect.dependabot.com/doctrine/dbal/issues/3398) thanks to [**bcremer**](https://github.com/bcremer)
> 
> **SQL Anywhere:**
> 
> - [3375: &#91;SQL Anywhere&#93; Fix bound parameter references in PHP 7](https://github-redirect.dependabot.com/doctrine/dbal/pull/3375) thanks to [**deeky666**](https://github.com/deeky666)
> - [3378: &#91;SQL Anywhere&#93; Fix query limit values &quot;0&quot; and &quot;null&quot;](https://github-redirect.dependabot.com/doctrine/dbal/pull/3378) thanks to [**deeky666**](https://github.com/deeky666)
> - [3385: &#91;SQL Anywhere&#93; Fix fetching empty values via fetchAll()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3385) thanks to [**deeky666**](https://github.com/deeky666)
> - [3386: &#91;SQL Anywhere&#93; Fix view schema introspection test](https://github-redirect.dependabot.com/doctrine/dbal/pull/3386) thanks to [**deeky666**](https://github.com/deeky666)
> 
> **Schema Comparison:**
> 
> - [3382: Reverted strict comparison back to loose because of a new regression](https://github-redirect.dependabot.com/doctrine/dbal/pull/3382) thanks to [**morozov**](https://github.com/morozov) and [**Majkl578**](https://github.com/Majkl578)
> 
> **Connections:**
> 
> - [3305: Fix Fetch mode query in MasterSlaveConnection](https://github-redirect.dependabot.com/doctrine/dbal/pull/3305) thanks to [**BradCrumb**](https://github.com/BradCrumb)
> 
> **Cache:**
> 
> - [3381: ResultCacheStatement lost its cache capability on fetchAll method](https://github-redirect.dependabot.com/doctrine/dbal/pull/3381) thanks to [**roger-codina**](https://github.com/roger-codina)
> 
> **Documentation:**
> 
> - [3392: fixed annotations of parameter $columns in Table](https://github-redirect.dependabot.com/doctrine/dbal/pull/3392) thanks to [**LukasVitek**](https://github.com/LukasVitek) and [**ricardofiorani**](https://github.com/ricardofiorani)
</details>
<details>
<summary>Commits</summary>

- [`ec74d6e`](ec74d6e300) Release v2.9.1
- [`f3711a7`](f3711a7506) Merge pull request [#3404](https://github-redirect.dependabot.com/doctrine/dbal/issues/3404) from greg0ire/update_chat_link
- [`7ce636b`](7ce636bf49) Merge branch 'bpo/2.9/#3392' into 2.9
- [`b84603b`](b84603b991) Fixed annotation and name of parameter $columnsNames in Table
- [`5d4f933`](5d4f9335a2) Merge branch 'bpo/2.9/#3393' into 2.9
- [`b18f63c`](b18f63ccbf) Fixed parsing MySQL create table flags (options without a value)
- [`62dacc0`](62dacc09e9) Merge branch 'bpo/2.9/#3381' into 2.9
- [`79e369e`](79e369e886) ResultCacheStatement lost its cache capability on fetchAll method
- [`125fb5e`](125fb5e71a) Merge branch 'bpo/2.9/#3305' into 2.9
- [`f6dd134`](f6dd134417) Fix Fetch mode query in MasterSlaveConnection
- Additional commits viewable in [compare view](https://github.com/doctrine/dbal/compare/v2.9.0...v2.9.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.9.0&new-version=2.9.1)](https://dependabot.com/compatibility-score.html?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.9.0&new-version=2.9.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`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<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-12-17 13:14:20 +01:00
dependabot[bot]
545295c8ac Bump jackiedo/dotenv-editor from 1.0.7 to 1.0.8 (#874)
Bumps [jackiedo/dotenv-editor](https://github.com/JackieDo/Laravel-Dotenv-Editor) from 1.0.7 to 1.0.8.
<details>
<summary>Release notes</summary>

*Sourced from [jackiedo/dotenv-editor's releases](https://github.com/JackieDo/Laravel-Dotenv-Editor/releases).*

> ## 1.0.8
> - [Fixed] The method handle() does not exists. (Pull request [#19](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/19), [#23](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/23). Issue [#18](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/18))
> - [Fixed] The value "0" isn't displayed in output array. (Pull request [#20](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/20))
> - [Fixed] The error "Undefined property" in the class DotenvWriter. (Pull request [#22](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/22))
</details>
<details>
<summary>Commits</summary>

- [`2ceebe3`](2ceebe3a1c) Merge pull request [#25](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/25) from JackieDo/1.0
- [`646094f`](646094fd44) Fixed some bugs
- [`18d0df7`](18d0df7e1f) Merge pull request [#16](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/16) from JackieDo/1.0
- [`a02a089`](a02a0898b9) Merge pull request [#15](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/15) from JackieDo/1.0
- See full diff in [compare view](https://github.com/JackieDo/Laravel-Dotenv-Editor/compare/1.0.7...1.0.8)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=jackiedo/dotenv-editor&package-manager=composer&previous-version=1.0.7&new-version=1.0.8)](https://dependabot.com/compatibility-score.html?dependency-name=jackiedo/dotenv-editor&package-manager=composer&previous-version=1.0.7&new-version=1.0.8)

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`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<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-12-12 00:41:37 +01:00
dependabot[bot]
a0486f6083 Bump phpunit/phpunit from 7.4.5 to 7.5.0 (#873)
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.5 to 7.5.0.
<details>
<summary>Changelog</summary>

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

> ## [7.5.0] - 2018-12-07
> 
> ### Added
> 
> * Implemented [#3340](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3340): Added `assertEqualsCanonicalizing()`, `assertEqualsIgnoringCase()`, `assertEqualsWithDelta()`, `assertNotEqualsCanonicalizing()`, `assertNotEqualsIgnoringCase()`, and `assertNotEqualsWithDelta()` as alternatives to using `assertEquals()` and `assertNotEquals()` with the `$delta`, `$canonicalize`, or `$ignoreCase` parameters
> * Implemented [#3368](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3368): Added `assertIsArray()`, `assertIsBool()`, `assertIsFloat()`, `assertIsInt()`, `assertIsNumeric()`, `assertIsObject()`, `assertIsResource()`, `assertIsString()`, `assertIsScalar()`, `assertIsCallable()`, `assertIsIterable()`, `assertIsNotArray()`, `assertIsNotBool()`, `assertIsNotFloat()`, `assertIsNotInt()`, `assertIsNotNumeric()`, `assertIsNotObject()`, `assertIsNotResource()`, `assertIsNotString()`, `assertIsNotScalar()`, `assertIsNotCallable()`, `assertIsNotIterable()` as alternatives to `assertInternalType()` and `assertNotInternalType()`
> * Implemented [#3391](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3391): Added a `TestHook` that fires after each test, regardless of result
> * Implemented [#3417](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3417): Refinements related to test suite sorting and TestDox result printer
> * Implemented [#3422](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3422): Added `assertStringContainsString()`, `assertStringContainsStringIgnoringCase()`, `assertStringNotContainsString()`, and `assertStringNotContainsStringIgnoringCase()`
> 
> ### Deprecated
> 
> * The methods `assertInternalType()` and `assertNotInternalType()` are now deprecated. There is no behavioral change in this version of PHPUnit. Using these methods will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these methods will be removed.
> * The methods `assertAttributeContains()`, `assertAttributeNotContains()`, `assertAttributeContainsOnly()`, `assertAttributeNotContainsOnly()`, `assertAttributeCount()`, `assertAttributeNotCount()`, `assertAttributeEquals()`, `assertAttributeNotEquals()`, `assertAttributeEmpty()`, `assertAttributeNotEmpty()`, `assertAttributeGreaterThan()`, `assertAttributeGreaterThanOrEqual()`, `assertAttributeLessThan()`, `assertAttributeLessThanOrEqual()`, `assertAttributeSame()`, `assertAttributeNotSame()`, `assertAttributeInstanceOf()`, `assertAttributeNotInstanceOf()`, `assertAttributeInternalType()`, `assertAttributeNotInternalType()`, `attributeEqualTo()`, `readAttribute()`, `getStaticAttribute()`, and `getObjectAttribute()` are now deprecated. There is no behavioral change in this version of PHPUnit. Using these methods will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these methods will be removed.
> * The optional parameters `$delta`, `$maxDepth`, `$canonicalize`, and `$ignoreCase` of `assertEquals()` and `assertNotEquals()` are now deprecated. There is no behavioral change in this version of PHPUnit. Using these parameters will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these parameters will be removed.
> * The annotations `[**expectedException**](https://github.com/expectedException)`, `[**expectedExceptionCode**](https://github.com/expectedExceptionCode)`, `[**expectedExceptionMessage**](https://github.com/expectedExceptionMessage)`, and `[**expectedExceptionMessageRegExp**](https://github.com/expectedExceptionMessageRegExp)` are now deprecated. There is no behavioral change in this version of PHPUnit. Using these annotations will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these annotations will be removed.
> * Using the methods `assertContains()` and `assertNotContains()` on `string` haystacks is now deprecated. There is no behavioral change in this version of PHPUnit. Using these methods on `string` haystacks will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these methods cannot be used on on `string` haystacks anymore.
> * The optional parameters `$ignoreCase`, `$checkForObjectIdentity`, and `$checkForNonObjectIdentity` of `assertContains()` and `assertNotContains()` are now deprecated. There is no behavioral change in this version of PHPUnit. Using these parameters will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these parameters will be removed.
> 
> ### Fixed
> 
> * Implemented [#3428](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3428): `TestSuite` setup failures are not logged correctly
> * Implemented [#3429](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3429): Inefficient loop in `getHookMethods()` 
> * Implemented [#3437](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3437): JUnit logger skips PHPT tests
> 
> [7.5.0]: https://github.com/sebastianbergmann/phpunit/compare/7.4.5...7.5.0
</details>
<details>
<summary>Commits</summary>

- [`5207231`](520723129e) Prepare release
- [`49ff35c`](49ff35ccef) CodeCov is a harsh mistress
- [`092d742`](092d742a13) Do not throw needless fatals when logging non-standard TestCase
- [`ebcf10b`](ebcf10b3a9) There will not be another PHPUnit 7.4 release
- [`c8d9d95`](c8d9d95713) Update ChangeLog
- [`51a7c5b`](51a7c5b146) Fix Windows paths in tests
- [`ecb4c1c`](ecb4c1c28f) Add tests for including PHPT results in TeamCity and JUnit loggers
- [`5805fd7`](5805fd7980) CS/WS fixes
- [`94487b2`](94487b2440) Add test coverage for newly added information methods
- [`e4edc0b`](e4edc0b092) CS/WS fixes
- Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.5...7.5.0)
</details>
<br />

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

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`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<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-12-10 14:26:27 +01:00
Phan An
ab4f2210d1
API doc (#872)
* Add the API documentation

* Apply fixes from StyleCI (#871)
2018-12-09 22:24:43 +01:00
dependabot[bot]
1c86e69a35 Bump symfony/dom-crawler from 3.4.19 to 3.4.20 (#868)
Bumps [symfony/dom-crawler](https://github.com/symfony/dom-crawler) from 3.4.19 to 3.4.20.
<details>
<summary>Commits</summary>

- See full diff in [compare view](https://github.com/symfony/dom-crawler/compare/v3.4.19...v3.4.20)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=symfony/dom-crawler&package-manager=composer&previous-version=3.4.19&new-version=3.4.20)](https://dependabot.com/compatibility-score.html?dependency-name=symfony/dom-crawler&package-manager=composer&previous-version=3.4.19&new-version=3.4.20)

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-12-08 15:30:02 +01:00
dependabot[bot]
ce3259eda0 Bump phpstan/phpstan from 0.10.5 to 0.10.6 (#866)
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.10.5 to 0.10.6.
<details>
<summary>Release notes</summary>

*Sourced from [phpstan/phpstan's releases](https://github.com/phpstan/phpstan/releases).*

> ## 0.10.6
> * **Full support for PHP 7.3**:
>   * Support for `is_countable()` (7888e6edf63065220e656055ff1f7a3c54e853a1) - https://wiki.php.net/rfc/is-countable
>   * Support for `JSON_THROW_ON_ERROR` (d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) - https://wiki.php.net/rfc/json_throw_on_error
>   * Support for `array_key_first()`/`array_key_last()` (f0252a5ab6b4a293fb25f218d9c64386f272280f) - https://wiki.php.net/rfc/array_key_first_last
> * Prevent using symfony/console with broken exit code handling ([#1548](https://github-redirect.dependabot.com/phpstan/phpstan/issues/1548)), thanks [**duncan3dc**](https://github.com/duncan3dc)!
</details>
<details>
<summary>Commits</summary>

- [`f0252a5`](f0252a5ab6) Support for array_key_first/array_key_last
- [`d98c7ca`](d98c7ca1cb) Support for JSON_THROW_ON_ERROR
- [`7888e6e`](7888e6edf6) Support for is_countable()
- [`81fc897`](81fc897adb) PHAR failure is no longer allowed
- [`daf7688`](daf768836c) Separate job for PHAR pushing
- [`72b301f`](72b301fb4c) Fixed build
- [`4635ee1`](4635ee105d) Update README.md
- [`e7574d6`](e7574d6b7a) Fixed commiting PHAR to shim repo
- [`99bb3a9`](99bb3a9d9f) Travis - build PHP 7.3
- [`d6c9a4e`](d6c9a4e5db) Travis CI - commit PHAR to phpstan-shim
- Additional commits viewable in [compare view](https://github.com/phpstan/phpstan/compare/0.10.5...0.10.6)
</details>
<br />

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

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-12-08 15:29:48 +01:00
dependabot[bot]
ecb3d50d87 Bump symfony/dom-crawler from 3.4.18 to 3.4.19 (#862)
Bumps [symfony/dom-crawler](https://github.com/symfony/dom-crawler) from 3.4.18 to 3.4.19.
- [Release notes](https://github.com/symfony/dom-crawler/releases)
- [Changelog](https://github.com/symfony/dom-crawler/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/dom-crawler/compare/v3.4.18...v3.4.19)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-05 11:05:21 +01:00
dependabot[bot]
0f350f4968 Bump aws/aws-sdk-php-laravel from 3.3.0 to 3.3.1 (#864)
Bumps [aws/aws-sdk-php-laravel](https://github.com/aws/aws-sdk-php-laravel) from 3.3.0 to 3.3.1.
<details>
<summary>Release notes</summary>

*Sourced from [aws/aws-sdk-php-laravel's releases](https://github.com/aws/aws-sdk-php-laravel/releases).*

> ## Version 3.3.1
> *  Modify service provider to use different config for publishing and default usage
</details>
<details>
<summary>Changelog</summary>

*Sourced from [aws/aws-sdk-php-laravel's changelog](https://github.com/aws/aws-sdk-php-laravel/blob/master/CHANGELOG.md).*

> ## 3.3.1 - 2018-12-3
> 
> *  Modify service provider to use different config for publishing and default usage
</details>
<details>
<summary>Commits</summary>

- [`33ea9fd`](33ea9fdd86) 3.3.1 release
- [`4449ed0`](4449ed0434) Modify service provider to use different config for publishing and default us...
- See full diff in [compare view](https://github.com/aws/aws-sdk-php-laravel/compare/3.3.0...3.3.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1)](https://dependabot.com/compatibility-score.html?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.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-12-05 11:05:11 +01:00
Jack Polk
5581284033 Updated app.php default encryption key (#865)
For the sake of testing, it is easier to have the key fit the required 32 character limit for AES-256-CBC. If the default 'SomeRandomString' placeholder is used, an invalid key length error is returned.
2018-12-05 11:04:43 +01:00
dependabot[bot]
28c1534472 Bump doctrine/dbal from 2.8.0 to 2.9.0 (#867)
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.8.0 to 2.9.0.
<details>
<summary>Release notes</summary>

*Sourced from [doctrine/dbal's releases](https://github.com/doctrine/dbal/releases).*

> # Release v2.9.0
> 
> [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.9.0)](https://travis-ci.org/doctrine/dbal)
> 
> This is a minor release of Doctrine DBAL that aggregates over 40 fixes and improvements developed by 18 contributors over the last 5 months.
> 
> This release includes all changes of the 2.8.x series, as well as feature additions and improvements that couldn't land in patch releases.
> 
> ## Backwards Compatibility Breaks
> 
> This doesn't contain any intentional Backwards Compatibility (BC) breaks.
> 
> ## Deprecations
> 
> * The usage of `NULL` to specify the absence of an offset in `LIMIT`ed queries is deprecated. Use `0` instead.
> * It's not recommended to rely on the default length specified by implementations of `Type`. These values are not used by the library and will be removed.
> * It's not recommended to rely on the string representation of `Type` objects.
> * Regular-expression based asset filters are deprecated in favor of callback-based as more extensible.
> * Calling `Statement::fetchColumn()` with an invalid column index is deprecated.
> * The `dbal:import` CLI command is deprecated. Please use other database client applications for import.
> 
> Please see details in the [UPGRADE.md](UPGRADE.md) documentation.
> 
> ## New Features
> 
> * Added support for MariaDB 10.3.
> * Added support for Windows authentication for SQL Server.
> * Added support for column length in index definitions on MySQL.
> 
> ## Improvements and Fixes
> 
> * Implemented handling BLOB objects represented as streams in the MySQL (`mysqli`) driver.
> * Implemented handling BLOB objects represented as streams in the IBM DB2 driver.
> * DBAL is now continuously tested with the PDO driver for Oracle.
> * Implemented handling of URLs in master-slave and pooling-shard connection configuration.
> * The codebase is now fully compatible with the Doctrine Coding Standard v5.0.
> 
> Total issues resolved: **45**
> 
> **Deprecations:**
> 
> - [3244: Deprecated dbal:import CLI command](https://github-redirect.dependabot.com/doctrine/dbal/pull/3244) thanks to [**morozov**](https://github.com/morozov)
> - [3253: Deprecated usage of the NULL offset in LIMITed queries](https://github-redirect.dependabot.com/doctrine/dbal/pull/3253) thanks to [**morozov**](https://github.com/morozov)
> - [3256: Deprecate Doctrine\DBAL\Types\Type::getDefaultLength()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3256) thanks to [**Majkl578**](https://github.com/Majkl578)
> - [3258: Deprecate Doctrine\DBAL\Types\Type::&#95;&#95;toString()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3258) thanks to [**Majkl578**](https://github.com/Majkl578)
> - [3316: Deprecated regex-based asset filters](https://github-redirect.dependabot.com/doctrine/dbal/pull/3316) thanks to [**morozov**](https://github.com/morozov)
> - [3359: Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a bug in PDO](https://github-redirect.dependabot.com/doctrine/dbal/pull/3359) thanks to [**morozov**](https://github.com/morozov)
> 
> **New Features:**
> 
></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>

- [`21fdabe`](21fdabe2fc) Release v2.9.0
- [`8c0bf79`](8c0bf7983c) Merge pull request [#3372](https://github-redirect.dependabot.com/doctrine/dbal/issues/3372) from BenMorel/travis_mysql8
- [`f7b4177`](f7b4177854) Travis CI tests on MySQL 8.0
- [`2179996`](2179996d6a) Merge pull request [#3339](https://github-redirect.dependabot.com/doctrine/dbal/issues/3339) from morozov/issues/3294
- [`b1afc40`](b1afc40d1d) Fixed a potential cause of ORA-12519: TNS:no appropriate service handler found
- [`2e4588b`](2e4588be6d) Disabled and reworked some tests
- [`b3b0d31`](b3b0d3111b) Added PDO_OCI configuration for ContinuousPHP
- [`0b0015e`](0b0015e613) Merge pull request [#3359](https://github-redirect.dependabot.com/doctrine/dbal/issues/3359) from morozov/issues/3358
- [`e7cc1bd`](e7cc1bdada) Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a b...
- [`1a2b9aa`](1a2b9aaca8) Merge pull request [#3370](https://github-redirect.dependabot.com/doctrine/dbal/issues/3370) from morozov/readme-remove-27
- Additional commits viewable in [compare view](https://github.com/doctrine/dbal/compare/v2.8.0...v2.9.0)
</details>
<br />

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

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-12-05 11:03:36 +01:00
dependabot[bot]
693149a74b Bump phpunit/phpunit from 7.4.3 to 7.4.5 (#863)
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.3 to 7.4.5.
<details>
<summary>Changelog</summary>

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

> ## [7.4.5] - 2018-12-03
> 
> * Fixed [#3410](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3410): Parent directory of `cacheResultFile` is not created when it does not exist
> * Fixed [#3418](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3418): Conflicting placeholder replacement and argument exporting inconsistencies in `[**testdox**](https://github.com/testdox)`
> 
> ## [7.4.4] - 2018-11-14
> 
> ### Fixed
> 
> * Fixed [#3379](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3379): Dependent test of skipped test has status `-1`
> * Fixed [#3394](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3394): Process Isolation does not work when PHPUnit is used as PHAR
> * Fixed [#3398](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3398): Bug when replacing placeholders in `[**testdox**](https://github.com/testdox)` annotation using an associative array
> * Fixed [#3401](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3401): Test re-ordering edge cases
> * Fixed [#3402](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3402): Listening to the tests in reverse revealed evil hidden messages
</details>
<details>
<summary>Commits</summary>

- [`61d34e8`](61d34e8dd6) Prepare release
- [`3d90af0`](3d90af037d) Update ChangeLog
- [`a14dcf7`](a14dcf7f87) Remove useless variable
- [`e58045a`](e58045aefe) Fix CS violations
- [`73a4961`](73a4961a78) - Fix conflicting placeholder replacement
- [`c471247`](c471247d85) Revert "Revert "Cleanup""
- [`6a137ad`](6a137ad134) Add tests
- [`bac4fa5`](bac4fa5953) Add tests
- [`3c27bda`](3c27bdad03) Update after deletion of PHPUnit 7.3 branch
- [`c24fa1a`](c24fa1a0db) Fix
- Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.3...7.4.5)
</details>
<br />

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

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-12-03 11:05:51 +01:00
Phan An
b520c45858 Sync with core 2018-11-25 22:34:29 +01:00
Phan An
eda8af2ba6 Sync with core 2018-11-25 22:22:34 +01:00
Phan An
d58b791c37 Allow smart playlist creation 2018-11-25 22:21:46 +01:00
Phan An
e7ad687f8a Add env preset 2018-11-19 10:00:11 +01:00
Phan An
9b0ff7d079 Sync with core 2018-11-19 09:55:26 +01:00
Phan An
6122a25554
Apply fixes from StyleCI (#856) 2018-11-18 22:50:37 +01:00
Phan An
d45948e1bd Revise the smart playlist rule 2018-11-18 22:50:15 +01:00
dependabot[bot]
26caca38b9 Bump symfony/dom-crawler from 3.4.17 to 3.4.18 (#851)
Bumps [symfony/dom-crawler](https://github.com/symfony/dom-crawler) from 3.4.17 to 3.4.18.
- [Release notes](https://github.com/symfony/dom-crawler/releases)
- [Changelog](https://github.com/symfony/dom-crawler/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/dom-crawler/compare/v3.4.17...v3.4.18)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-13 11:59:10 +01:00
dependabot[bot]
976913b47b Bump barryvdh/laravel-ide-helper from 2.5.1 to 2.5.2 (#852)
Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/barryvdh/laravel-ide-helper/releases)
- [Commits](https://github.com/barryvdh/laravel-ide-helper/compare/v2.5.1...v2.5.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-13 11:58:53 +01:00
dependabot[bot]
a895a9f908 Bump aws/aws-sdk-php-laravel from 3.2.1 to 3.3.0 (#853)
Bumps [aws/aws-sdk-php-laravel](https://github.com/aws/aws-sdk-php-laravel) from 3.2.1 to 3.3.0.
<details>
<summary>Release notes</summary>

*Sourced from [aws/aws-sdk-php-laravel's releases](https://github.com/aws/aws-sdk-php-laravel/releases).*

> ## Version 3.3.0
> * Adds AWS credentials to published service provider configuration by default 
</details>
<details>
<summary>Changelog</summary>

*Sourced from [aws/aws-sdk-php-laravel's changelog](https://github.com/aws/aws-sdk-php-laravel/blob/master/CHANGELOG.md).*

> ## 3.3.0 - 2018-11-12
> 
> * Adds AWS credentials to published service provider configuration by default 
</details>
<details>
<summary>Commits</summary>

- [`16f12cb`](16f12cb553) 3.3.0 release
- [`ce31baa`](ce31baa8d1) Merge pull request [#143](https://github-redirect.dependabot.com/aws/aws-sdk-php-laravel/issues/143) from howardlopez/config_changes
- [`ef616fc`](ef616fc7bb) README tweak
- [`83221a0`](83221a082d) Update README with config changes
- [`4b32304`](4b32304d78) Added credentials to config file with preference for .env file
- See full diff in [compare view](https://github.com/aws/aws-sdk-php-laravel/compare/3.2.1...3.3.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.2.1&new-version=3.3.0)](https://dependabot.com/compatibility-score.html?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.2.1&new-version=3.3.0)

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-11-13 11:58:35 +01:00
Phan An
f26a7f9d94 Add badge and config codecov 2018-11-11 12:20:09 +01:00
Phan An
66caf9786a Add codecov 2018-11-11 12:09:57 +01:00
Phan An
0d1657ea66
Fix doc type hint (#850)
* Add "Smart Playlist" backend logics

* Apply fixes from StyleCI (#848)
2018-11-04 12:59:00 +01:00
Phan An
d738065dc0 Update submodule 2018-11-04 12:51:51 +01:00
Phan An
d088561e06
Add "Smart Playlist" backend logics (#849)
This commit prepares the backend for the "Smart Playlist" feature.
2018-11-04 00:25:08 +01:00
dependabot[bot]
106b382326 Bump phpunit/phpunit from 7.4.1 to 7.4.3 (#840)
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.1 to 7.4.3.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-6.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/7.4.1...7.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-29 11:23:25 +01:00
dependabot[bot]
ce7423b6b2 Bump aws/aws-sdk-php-laravel from 3.2.0 to 3.2.1 (#842)
Bumps [aws/aws-sdk-php-laravel](https://github.com/aws/aws-sdk-php-laravel) from 3.2.0 to 3.2.1.
<details>
<summary>Release notes</summary>

*Sourced from [aws/aws-sdk-php-laravel's releases](https://github.com/aws/aws-sdk-php-laravel/releases).*

> ## Version 3.2.1
> * Update Travis CI with later PHP versions
> * Fix composer dependency resolution issue for Travis & PHP 5.5.9
> * Updated location of aws config file in README.md
> * Update README.md
</details>
<details>
<summary>Changelog</summary>

*Sourced from [aws/aws-sdk-php-laravel's changelog](https://github.com/aws/aws-sdk-php-laravel/blob/master/CHANGELOG.md).*

> ## 3.2.1 - 2018-10-19
> 
> * Update Travis CI with later PHP versions
> * Fix composer dependency resolution issue for Travis & PHP 5.5.9
> * Updated location of aws config file in README.md
> * Update README.md
</details>
<details>
<summary>Commits</summary>

- [`379eb23`](379eb23c62) 3.2.1 release
- [`3a89dbb`](3a89dbb48d) Merge pull request [#126](https://github-redirect.dependabot.com/aws/aws-sdk-php-laravel/issues/126) from Athuli7/patch-1
- [`5f83fd4`](5f83fd4456) Merge pull request [#132](https://github-redirect.dependabot.com/aws/aws-sdk-php-laravel/issues/132) from luisfmelo/patch-1
- [`54b0dda`](54b0dda847) Merge pull request [#140](https://github-redirect.dependabot.com/aws/aws-sdk-php-laravel/issues/140) from howardlopez/travis_updates
- [`b58031f`](b58031f64b) Update Travis CI with later PHP versions
- [`61f5839`](61f58397f6) Fix composer dependency resolution issue for Travis & PHP 5.5.9
- [`b99ef74`](b99ef74160) Updated location of aws config file in README.md
- [`dd9e5ea`](dd9e5ea204) Update README.md
- See full diff in [compare view](https://github.com/aws/aws-sdk-php-laravel/compare/3.2.0...3.2.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.2.0&new-version=3.2.1)](https://dependabot.com/compatibility-score.html?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.2.0&new-version=3.2.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-29 11:23:06 +01:00
dependabot[bot]
537e087b89 Bump filp/whoops from 2.2.1 to 2.3.1 (#843)
Bumps [filp/whoops](https://github.com/filp/whoops) from 2.2.1 to 2.3.1.
- [Release notes](https://github.com/filp/whoops/releases)
- [Changelog](https://github.com/filp/whoops/blob/master/CHANGELOG.md)
- [Commits](https://github.com/filp/whoops/compare/2.2.1...2.3.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-29 11:21:44 +01:00
dependabot[bot]
12407d5bd5 Bump phpstan/phpstan from 0.10.3 to 0.10.5 (#841)
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.10.3 to 0.10.5.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](https://github.com/phpstan/phpstan/compare/0.10.3...0.10.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-29 11:21:17 +01:00
Phan An
4aae111227 Update submodule 2018-10-26 09:13:26 +02:00
Phan An
aad112365e Update submodule 2018-10-26 09:06:50 +02:00
Phan An
3752dadf9c Update submodule 2018-10-21 19:49:21 +02:00
Phan An
6f0db1620f
Add "Recently Played" playlist (#839)
* Add "Recently Played" playlist

* Apply fixes from StyleCI (#838)
2018-10-20 23:46:12 +02:00
Phan An
ee6ac687c4
Refactor the observers (#836) 2018-10-19 16:33:04 +02:00
Phan An
1c26d6bb66
Upgrade and fix getID3 lyrics tag issue (#835) 2018-10-19 16:32:16 +02:00
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
Phan An
96a3361760
Add contribution guidelines (#826)
Many contributors started implementing a feature without knowing that such a feature is not something expected. This is to help reduce the frequence of such cases.
2018-10-06 13:01:18 +02:00
dependabot[bot]
121fad3196 Bump mockery/mockery from 1.1.0 to 1.2.0 (#817)
Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.1.0 to 1.2.0.
<details>
<summary>Release notes</summary>

*Sourced from [mockery/mockery's releases](https://github.com/mockery/mockery/releases).*

> ## 1.2.0
> * Starts counting default expectations towards count ([#910](https://github-redirect.dependabot.com/mockery/mockery/issues/910))
> * Adds workaround for some HHVM return types ([#909](https://github-redirect.dependabot.com/mockery/mockery/issues/909))
> * Adds PhpStorm metadata support for autocomplete etc ([#904](https://github-redirect.dependabot.com/mockery/mockery/issues/904))
> * Further attempts to support multiple PHPUnit versions ([#903](https://github-redirect.dependabot.com/mockery/mockery/issues/903))
> * Allows setting constructor expectations on instance mocks ([#900](https://github-redirect.dependabot.com/mockery/mockery/issues/900))
> * Adds workaround for HHVM memoization decorator ([#893](https://github-redirect.dependabot.com/mockery/mockery/issues/893))
</details>
<details>
<summary>Changelog</summary>

*Sourced from [mockery/mockery's changelog](https://github.com/mockery/mockery/blob/master/CHANGELOG.md).*

> ## 1.2.0 (2018-10-02)
> 
> * Starts counting default expectations towards count ([#910](https://github-redirect.dependabot.com/mockery/mockery/issues/910))
> * Adds workaround for some HHVM return types ([#909](https://github-redirect.dependabot.com/mockery/mockery/issues/909))
> * Adds PhpStorm metadata support for autocomplete etc ([#904](https://github-redirect.dependabot.com/mockery/mockery/issues/904))
> * Further attempts to support multiple PHPUnit versions ([#903](https://github-redirect.dependabot.com/mockery/mockery/issues/903))
> * Allows setting constructor expectations on instance mocks ([#900](https://github-redirect.dependabot.com/mockery/mockery/issues/900))
> * Adds workaround for HHVM memoization decorator ([#893](https://github-redirect.dependabot.com/mockery/mockery/issues/893))
> * Adds experimental support for callable spys ([#712](https://github-redirect.dependabot.com/mockery/mockery/issues/712))
</details>
<details>
<summary>Commits</summary>

- [`1006336`](100633629b) Merge pull request [#913](https://github-redirect.dependabot.com/mockery/mockery/issues/913) from davedevelopment/release-1.2.0
- [`c485f91`](c485f91967) Fixes pending release number
- [`dbcb50a`](dbcb50acc1) Updates changelog
- [`248bbd3`](248bbd33ae) Merge pull request [#909](https://github-redirect.dependabot.com/mockery/mockery/issues/909) from xxtanisxx/fix-return-type-errors-from-hhvm
- [`280ba33`](280ba3398a) fix edge case with this
- [`3b606ac`](3b606ac3f3) minor refactor
- [`1a4af9c`](1a4af9ce4f) refactor method.php
- [`12b06e6`](12b06e64a0) fix test
- [`48d9c97`](48d9c97935) modify stylci
- [`27edb86`](27edb862da) add test
- Additional commits viewable in [compare view](https://github.com/mockery/mockery/compare/1.1.0...1.2.0)
</details>
<br />

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

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-06 12:46:18 +02:00
Phan An
835d6a3449
Fix broken tests due to Laravel change (#825)
* Fix broken tests due to Laravel change

* Apply fixes from StyleCI (#824)
2018-10-06 12:46:01 +02:00
Phan An
c5f5a67789
Fix error with cover file (#823)
* Fix error with cover file

* Apply fixes from StyleCI (#822)
2018-10-06 12:44:25 +02:00
dependabot[bot]
8811688f8a Bump symfony/dom-crawler from 3.4.16 to 3.4.17 (#818)
Bumps [symfony/dom-crawler](https://github.com/symfony/dom-crawler) from 3.4.16 to 3.4.17.
- [Release notes](https://github.com/symfony/dom-crawler/releases)
- [Changelog](https://github.com/symfony/dom-crawler/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/dom-crawler/compare/v3.4.16...v3.4.17)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-06 12:23:19 +02:00
dependabot[bot]
84ca50afa5 Bump phpunit/phpunit from 7.3.5 to 7.4.0 (#820)
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.5 to 7.4.0.
<details>
<summary>Changelog</summary>

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

> ## [7.4.0] - 2018-10-05
> 
> ### Added
> 
> * Implemented [#3127](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3127): Emit error when mocked method is not really mocked
> * Implemented [#3224](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pulls/3224): Ability to enforce a time limit for tests not annotated with `[**small**](https://github.com/small)`, `[**medium**](https://github.com/medium)`, or `[**large**](https://github.com/large)`
> * Implemented [#3272](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3272): Ability to generate code coverage whitelist filter script for Xdebug
> * Implemented [#3284](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3284): Ability to reorder tests based on execution time
> * Implemented [#3290](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3290): Ability to load a PHP script before any code of PHPUnit itself is loaded
> 
> [7.4.0]: https://github.com/sebastianbergmann/phpunit/compare/7.3...7.4.0
</details>
<details>
<summary>Commits</summary>

- [`f3837fa`](f3837fa1e0) Prepare release
- [`be6564e`](be6564ea49) Fix issues identified by Phan
- [`1ff9e1b`](1ff9e1b700) Merge branch '7.3'
- [`d854f61`](d854f611de) Remove PHPStan (I will be using Phan (and maybe Psalm) in the future)
- [`a9a7da4`](a9a7da440d) Cleanup
- [`60b8afa`](60b8afa374) Bump
- [`d278688`](d278688cea) Fix CS/WS issues
- [`4b45340`](4b453405a6) Ignore src/Framework/Assert/Functions.php
- [`5bb97ad`](5bb97adaa5) Fix
- [`105a88c`](105a88cc2d) Fix
- Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.5...7.4.0)
</details>
<br />

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

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-06 12:23:07 +02:00
dependabot[bot]
7c600c92d3 Bump laravel/framework from 5.6.38 to 5.7.6 (#814) 2018-10-01 17:06:15 +02:00
dependabot[bot]
73467322ff Bump aws/aws-sdk-php-laravel from 3.1.0 to 3.2.0 (#816) 2018-10-01 17:05:49 +02:00
dependabot[bot]
4af0188d50 Bump symfony/dom-crawler from 3.4.15 to 3.4.16 (#815) 2018-10-01 17:04:52 +02:00
dependabot[bot]
280f0a44ee Bump phpunit/phpunit from 7.3.2 to 7.3.5 (#810)
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.2 to 7.3.5.
<details>
<summary>Commits</summary>

- [`7b331ef`](7b331efabb) Prepare release
- [`44c9692`](44c9692650) Merge branch '6.5' into 7.3
- [`0973426`](0973426fb0) Prepare release
- [`c8319a8`](c8319a88c2) Fix: Actually resolve dependencies
- [`6188dbe`](6188dbe6f0) Update ChangeLog
- [`88e64e6`](88e64e6fb6) Merge branch '6.5' into 7.3
- [`d47ccd9`](d47ccd921e) Update ChangeLog
- [`206d2fc`](206d2fc80e) [#3234] Change r_print to var_export for diff generation of array subsets
- [`479ebc4`](479ebc4a53) Merge branch '6.5' into 7.3
- [`ce43508`](ce43508be8) Fix: Reduce scope of assertion
- Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.2...7.3.5)
</details>
<br />

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

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`.

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<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 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-09-27 08:48:32 +02:00