Skip to content

Commit ad5e403

Browse files
authored
minor #106 Update phpstan/phpstan-phpunit requirement from 0.12.17 to 0.12.22 (dependabot[bot])
This PR was merged into the 1.7-dev branch. Discussion ---------- Updates the requirements on [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/phpstan/phpstan-phpunit/releases">phpstan/phpstan-phpunit's releases</a>.</em></p> <blockquote> <h2>0.12.22</h2> <ul> <li><a href="http://github.com/phpstan/phpstan-phpunit/commit/2968a62ddfec40e72b7218ede79717ce836aa06e"><code>2968a62</code></a> - Fix PHP 8.1 compatibility</li> <li><a href="http://github.com/phpstan/phpstan-phpunit/commit/7c01ef93bf128b4ac8bdad38c54b2a4fd6b0b3cc"><code>7c01ef9</code></a> - Add support for assertObjectHasAttribute</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/phpstan/phpstan-phpunit/commit/7c01ef93bf128b4ac8bdad38c54b2a4fd6b0b3cc"><code>7c01ef9</code></a> Add support for assertObjectHasAttribute</li> <li><a href="https://github.com/phpstan/phpstan-phpunit/commit/2968a62ddfec40e72b7218ede79717ce836aa06e"><code>2968a62</code></a> Fix PHP 8.1 compatibility</li> <li><a href="https://github.com/phpstan/phpstan-phpunit/commit/6aaff1196c4f808769774b49a94a60e5fdf18de7"><code>6aaff11</code></a> Add support for assertArrayHasKey (<a href="https://github-redirect.dependabot.com/phpstan/phpstan-phpunit/issues/100">#100</a>)</li> <li><a href="https://github.com/phpstan/phpstan-phpunit/commit/efc009981af383eb3303f0ca9868c29acad7ce74"><code>efc0099</code></a> Fix</li> <li><a href="https://github.com/phpstan/phpstan-phpunit/commit/8e11b1a1d0c8e0a7be3e49715c99a44c54b16803"><code>8e11b1a</code></a> Make sure AssertFunctionTypeSpecifyingExtension works with namespaced functions</li> <li><a href="https://github.com/phpstan/phpstan-phpunit/commit/151d71b28f3d1b8aa517fc44bcb6ff2789153016"><code>151d71b</code></a> Rewrite in backward compatibility compliant way</li> <li><a href="https://github.com/phpstan/phpstan-phpunit/commit/82b919af1021a03548badde76eb690f5cb7f4b6c"><code>82b919a</code></a> chore: Use the latest PHPUnit wherever possible, use PHP 8.0 for PHPCS</li> <li><a href="https://github.com/phpstan/phpstan-phpunit/commit/534606b1a4c7324cf5dba1b16fe55cf5af425fb1"><code>534606b</code></a> Drop Phing for Makefile</li> <li><a href="https://github.com/phpstan/phpstan-phpunit/commit/52f7072ddc5f81492f9d2de65a24813a48c90b18"><code>52f7072</code></a> Unchecked exceptions configuration</li> <li><a href="https://github.com/phpstan/phpstan-phpunit/commit/3123fec79d329725a7fd4649d32fd95b36b0040a"><code>3123fec</code></a> Lock closed issues</li> <li>Additional commits viewable in <a href="https://github.com/phpstan/phpstan-phpunit/compare/0.12.17...0.12.22">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 ------- 36d1df3 Update phpstan/phpstan-phpunit requirement from 0.12.17 to 0.12.22
2 parents f3f4d30 + 36d1df3 commit ad5e403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
4141
"phpspec/phpspec": "^7.0",
4242
"phpstan/phpstan": "0.12.99",
43-
"phpstan/phpstan-phpunit": "0.12.17",
43+
"phpstan/phpstan-phpunit": "0.12.22",
4444
"phpstan/phpstan-webmozart-assert": "0.12.16",
4545
"phpunit/phpunit": "^9.4",
4646
"sylius-labs/coding-standard": "^4.0",

0 commit comments

Comments
 (0)