Skip to content

Commit

Permalink
minor #345 Update phpstan/phpstan-doctrine requirement from 1.3.14 to…
Browse files Browse the repository at this point in the history
… 1.3.15 (dependabot[bot])

This PR was merged into the 1.12 branch.

Discussion
----------

Updates the requirements on [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/phpstan/phpstan-doctrine/releases">phpstan/phpstan-doctrine's releases</a>.</em></p>
<blockquote>
<h2>1.3.15</h2>
<ul>
<li><a href="http://github.com/phpstan/phpstan-doctrine/commit/93fe8c18ee955009e2033efeb64284b4e4df66a0">93fe8c1</a> - Support ReadableCollection from doctrine/collections 1.8.0</li>
<li><a href="http://github.com/phpstan/phpstan-doctrine/commit/aa483a2f397c0bf6596c8342330ea55a955ba2f7">aa483a2</a> - Update Collection TKey</li>
<li><a href="http://github.com/phpstan/phpstan-doctrine/commit/0a298f2aad598e38c093028cb86a1a7749168142">0a298f2</a> - fixes typo</li>
<li><a href="http://github.com/phpstan/phpstan-doctrine/commit/8ab46345a9da55de7d63a3c5bb03904b21b75abd">8ab4634</a> - Fix build</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/phpstan/phpstan-doctrine/commit/93fe8c18ee955009e2033efeb64284b4e4df66a0"><code>93fe8c1</code></a> Support ReadableCollection from doctrine/collections 1.8.0</li>
<li><a href="https://github.com/phpstan/phpstan-doctrine/commit/aa483a2f397c0bf6596c8342330ea55a955ba2f7"><code>aa483a2</code></a> Update Collection TKey</li>
<li><a href="https://github.com/phpstan/phpstan-doctrine/commit/0a298f2aad598e38c093028cb86a1a7749168142"><code>0a298f2</code></a> fixes typo</li>
<li><a href="https://github.com/phpstan/phpstan-doctrine/commit/8ab46345a9da55de7d63a3c5bb03904b21b75abd"><code>8ab4634</code></a> Fix build</li>
<li>See full diff in <a href="https://github.com/phpstan/phpstan-doctrine/compare/1.3.14...1.3.15">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>

Commits
-------

43caeb0 Update phpstan/phpstan-doctrine requirement from 1.3.14 to 1.3.15
  • Loading branch information
GSadee authored Oct 4, 2022
2 parents 77b1329 + 43caeb0 commit a6e2be8
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 @@ -29,7 +29,7 @@
"phpspec/phpspec": "^7.2",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.8.1",
"phpstan/phpstan-doctrine": "1.3.14",
"phpstan/phpstan-doctrine": "1.3.15",
"phpstan/phpstan-strict-rules": "^1.3.0",
"phpstan/phpstan-webmozart-assert": "^1.2.0",
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit a6e2be8

Please sign in to comment.