Skip to content

Commit c170d54

Browse files
Bump phpstan/phpstan-phpunit from 2.0.11 to 2.0.12 (#3430)
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 2.0.11 to 2.0.12. <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>2.0.12</h2> <ul> <li><a href="http://github.com/phpstan/phpstan-phpunit/commit/e4c5a22bf43d3d2bd5a780ad261a622ff62c49a4">e4c5a22</a> - TestMethodsHelper - class methods cache</li> <li><a href="http://github.com/phpstan/phpstan-phpunit/commit/80091f9908e5095ea7d83066fe19da5a27d934dc">80091f9</a> - TestMethodsHelper - speed-up by asking for immediate methods only</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/phpstan/phpstan-phpunit/commit/e4c5a22bf43d3d2bd5a780ad261a622ff62c49a4"><code>e4c5a22</code></a> TestMethodsHelper - class methods cache</li> <li><a href="https://github.com/phpstan/phpstan-phpunit/commit/80091f9908e5095ea7d83066fe19da5a27d934dc"><code>80091f9</code></a> TestMethodsHelper - speed-up by asking for immediate methods only</li> <li>See full diff in <a href="https://github.com/phpstan/phpstan-phpunit/compare/2.0.11...2.0.12">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=phpstan/phpstan-phpunit&package-manager=composer&previous-version=2.0.11&new-version=2.0.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f6e1ba commit c170d54

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"phpstan/phpstan": "2.1.33",
5858
"phpstan/phpstan-deprecation-rules": "2.0.3",
5959
"phpstan/phpstan-mockery": "2.0.0",
60-
"phpstan/phpstan-phpunit": "2.0.11",
60+
"phpstan/phpstan-phpunit": "2.0.12",
6161
"phpstan/phpstan-strict-rules": "2.0.7",
6262
"phpunit/phpunit": "12.5.8"
6363
},

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)