Skip to content

Commit

Permalink
Updates the requirements on [orchestra/testbench](https://github.com/…
Browse files Browse the repository at this point in the history
…orchestral/testbench) to permit the latest version.

<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/orchestral/testbench/releases">orchestra/testbench's releases</a>.</em></p>
<blockquote>
<h2>v4.13.0</h2>
<h3>Changes</h3>
<ul>
<li>Update minimum support for Testbench Core v4.12.0+. (<a href="https://github.com/orchestral/testbench-core/compare/v4.11.1...v4.12.0">v4.11.1...v4.12.0</a>)</li>
</ul>
<h4>Testbench Changes</h4>
<h5>Changes</h5>
<ul>
<li>Bump <code>mockery/mockery</code> to <code>v1.3.2</code> and above.</li>
<li>Opt to use <code>method_exists()</code> to detect support for <code>parseTestMethodAnnotations()</code> under <code>HandlesDatabases</code> and <code>HandlesRoutes</code> trait.</li>
<li>Update <code>Orchestra\Testbench\Bootstrap\LoadConfiguration::getConfigurationFiles()</code> to return <code>Generator</code> instead of array.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/orchestral/testbench/blob/v4.13.0/CHANGELOG-4.x.md">orchestra/testbench's changelog</a>.</em></p>
<blockquote>
<h2>4.13.0</h2>
<p>Release: 2020-12-15</p>
<h3>Changes</h3>
<ul>
<li>Update minimum support for Testbench Core v4.12.0+. (<a href="https://github.com/orchestral/testbench-core/compare/v4.11.1...v4.12.0">v4.11.1...v4.12.0</a>)</li>
</ul>
<h4>Testbench Changes</h4>
<h5>Changes</h5>
<ul>
<li>Bump <code>mockery/mockery</code> to <code>v1.3.2</code> and above.</li>
<li>Opt to use <code>method_exists()</code> to detect support for <code>parseTestMethodAnnotations()</code> under <code>HandlesDatabases</code> and <code>HandlesRoutes</code> trait.</li>
<li>Update <code>Orchestra\Testbench\Bootstrap\LoadConfiguration::getConfigurationFiles()</code> to return <code>Generator</code> instead of array.</li>
</ul>
<h2>4.12.2</h2>
<p>Released: 2020-12-10</p>
<h3>Changes</h3>
<ul>
<li>Update minimum support for Testbench Core v4.11.1+. (<a href="https://github.com/orchestral/testbench-core/compare/v4.11.0...v4.11.1">v4.11.0...v4.11.1</a>)</li>
</ul>
<h4>Testbench Changes</h4>
<h5>Fixes</h5>
<ul>
<li>Removed <code>abstract</code> method <code>parseTestMethodAnnotations()</code> to revert breaking changes.</li>
</ul>
<h2>4.12.1</h2>
<p>Released: 2020-12-09</p>
<h3>Fixes</h3>
<ul>
<li>Fixes Testbench Core dependencies.</li>
</ul>
<h2>4.12.0</h2>
<p>Released: 2020-12-09</p>
<h3>Changes</h3>
<ul>
<li>Update minimum support for Testbench Core v4.11.0+. (<a href="https://github.com/orchestral/testbench-core/compare/v4.10.0...v4.11.0">v4.10.0...v4.11.0</a>)</li>
</ul>
<h4>Testbench Changes</h4>
<h5>Added</h5>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/orchestral/testbench/commits/v4.13.0">compare view</a></li>
</ul>
</details>
<br />


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 squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)


</details>
  • Loading branch information
dependabot[bot] authored Jan 6, 2021
1 parent 8ae59d7 commit 14204b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"require-dev": {
"umbrellio/code-style-php": "^1.0",
"orchestra/testbench": "^3.5|^6.0",
"orchestra/testbench": "^3.5|^6.0|^4.0",
"php-coveralls/php-coveralls": "^2.1",
"codeception/codeception": "^3.0|^4.0"
},
Expand Down

0 comments on commit 14204b2

Please sign in to comment.