Skip to content
This repository was archived by the owner on Aug 21, 2026. It is now read-only.

composer(deps-dev): update phpstan/phpstan requirement from ^2.1.18 to ^2.1.19 in the development-dependencies group - #260

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/composer/master/development-dependencies-4557b71553
Jul 26, 2025
Merged

composer(deps-dev): update phpstan/phpstan requirement from ^2.1.18 to ^2.1.19 in the development-dependencies group#260
github-actions[bot] merged 1 commit into
masterfrom
dependabot/composer/master/development-dependencies-4557b71553

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2025

Copy link
Copy Markdown
Contributor

Updates the requirements on phpstan/phpstan to permit the latest version.
Updates phpstan/phpstan to 2.1.19

Release notes

Sourced from phpstan/phpstan's releases.

2.1.19

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

... (truncated)

Commits
  • 473a8c3 PHPStan 2.1.19
  • e7febc3 Updated PHPStan to commit e7febc360c027957945e1e8667b412952d0bca12
  • 09e30b4 Updated PHPStan to commit 09e30b46b69d7e0f75ed99f0d192e310324796b4
  • 0c32152 Updated PHPStan to commit 0c32152281ff5cf453ad1fdf0549a282713bb12a
  • e75e1a1 Update errors identifiers
  • 89d0610 Updated PHPStan to commit 89d0610b26d21c07e06526e585bd9aea638582bc
  • 9efaaee ignoring-errors: mention multiple identifiers in config
  • 8e8eca7 Updated PHPStan to commit 8e8eca7178458ec2ecd1133debd96befa8efa574
  • f229935 Update errors identifiers
  • d066898 Updated PHPStan to commit d06689850bf2541b9933ab4b21bcddd11c15998a
  • Additional commits viewable in compare view

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.

Updates `phpstan/phpstan` to 2.1.19
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@2.1.18...2.1.19)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-version: 2.1.19
  dependency-type: direct:development
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from mimmi20 as a code owner July 26, 2025 02:55
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 26, 2025
@github-actions
github-actions Bot enabled auto-merge July 26, 2025 02:56
@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
composer/phpstan/phpstan >= 2.1.19, < 3.0.0 🟢 5.7
Details
CheckScoreReason
Dangerous-Workflow⚠️ -1no workflows found
Packaging⚠️ -1packaging workflow not detected
Maintained🟢 1030 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10
Token-Permissions⚠️ -1No tokens found
Code-Review⚠️ 1Found 5/28 approved changesets -- score normalized to 1
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Vulnerabilities🟢 100 existing vulnerabilities detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Signed-Releases🟢 85 out of the last 5 releases have a total of 5 signed artifacts.
Security-Policy🟢 10security policy file detected
Pinned-Dependencies⚠️ -1no dependencies found
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0

Scanned Files

  • composer.json

@codecov

codecov Bot commented Jul 26, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (a726b62) to head (471b240).
⚠️ Report is 3 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##              master      #260   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        23        23           
===========================================
  Files              4         4           
  Lines             82        82           
===========================================
  Hits              82        82           
Flag Coverage Δ
php-8.3 100.00% <ø> (ø)
phpunit 100.00% <ø> (ø)
ubuntu-latest 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@github-actions
github-actions Bot merged commit 6368f45 into master Jul 26, 2025
79 checks passed
@github-actions
github-actions Bot deleted the dependabot/composer/master/development-dependencies-4557b71553 branch July 26, 2025 03:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant