Skip to content

Bump the phpstan group across 1 directory with 4 updates - #185

Merged
xificurk merged 2 commits into
masterfrom
dependabot/composer/phpstan-8865c916c7
Sep 2, 2026
Merged

xificurk merged 2 commits into
masterfrom
dependabot/composer/phpstan-8865c916c7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on phpstan/phpstan, phpstan/phpstan-strict-rules, phpstan/phpstan-nette and spaze/phpstan-disallowed-calls to permit the latest version.
Updates phpstan/phpstan to 2.2.10

Commits

Updates phpstan/phpstan-strict-rules to 2.0.12

Release notes

Sourced from phpstan/phpstan-strict-rules's releases.

2.0.12

  • 2bc5ae1 - Allow GMP and BCMath\Number in arithmetic operations (#311)
  • 70e3081 - Update github-actions (#324)
  • 07a17dd - Update github-actions to v7 (#325)
  • de9bdda - Update github-actions (#322)
  • 80870ec - Replace deprecated actions/create-release with softprops/action-gh-release
  • 109c14f - Bump GitHub Actions across major versions
  • ebf31ff - Bump GitHub Actions within their current majors
  • 727c193 - Update github-actions
  • cc56619 - Update github-actions
  • 1e72841 - Update release-toot.yml (#319)
  • ada7e60 - CI: move name-collision job into build.yml (#318)
  • 470946d - Add missing export-ignore entries to .gitattributes (#315)
  • 8b14a8e - name-collision-detector (#314)
Commits
  • 2bc5ae1 Allow GMP and BCMath\Number in arithmetic operations (#311)
  • 70e3081 Update github-actions (#324)
  • 07a17dd Update github-actions to v7 (#325)
  • de9bdda Update github-actions (#322)
  • 80870ec Replace deprecated actions/create-release with softprops/action-gh-release
  • 109c14f Bump GitHub Actions across major versions
  • ebf31ff Bump GitHub Actions within their current majors
  • 727c193 Update github-actions
  • cc56619 Update github-actions
  • 1e72841 Update release-toot.yml (#319)
  • Additional commits viewable in compare view

Updates phpstan/phpstan-nette to 2.0.12

Release notes

Sourced from phpstan/phpstan-nette's releases.

2.0.12

  • 2c104f1 - Fix "False positive staticMethod.alreadyNarrowedType for Strings::length() inside numeric comparison" (#210)
  • 038d6e7 - Remove accidental committed file (#208)
Commits
  • 2c104f1 Fix "False positive staticMethod.alreadyNarrowedType for Strings::length() in...
  • 038d6e7 Remove accidental committed file (#208)
  • See full diff in compare view

Updates spaze/phpstan-disallowed-calls to 4.14.0

Release notes

Sourced from spaze/phpstan-disallowed-calls's releases.

Bundled config for functions that are not timing-safe

New bundled configuration file disallowed-non-timing-safe-calls.neon for code that works with keys, tokens, and other secrets: it disallows hex2bin(), bin2hex(), base64_decode(), and base64_encode(), because their runtime depends on the processed bytes and can leak information about them, and recommends the sodium_* functions instead, or ParagonIE\ConstantTime\* when ext-sodium is not available (#433, #434)

includes:
    - vendor/spaze/phpstan-disallowed-calls/disallowed-non-timing-safe-calls.neon

Note: comparing secrets, digests, hashes is the other half - use hash_equals(), not ===, which is an operator, so no rule here can catch it.

Commits
  • 90210a8 Tidy up after the non-timing-safe calls config (#434)
  • 679d2ad Reword the disallowed-non-timing-safe-calls.neon docs paragraph
  • 6368446 Rename NonTimingSafeCallsConfigTest to NonTimingSafeConfigFunctionCallsTest
  • 2278723 Explain why disallowed-non-timing-safe-calls.neon is not self-applied
  • 821edd4 Add a bundled config file for encoding functions that are not timing-safe (#433)
  • 18d1308 Add a bundled config file for encoding functions that are not timing-safe
  • 94bd445 Allow directives fall through to the next one when they don't match (#430)
  • be678df Document that setting multiple aliases of one directive uses just one of them
  • edef780 Allow directives fall through to the next one when they don't match
  • 46cd043 Match attributes on methods and functions with allowInMethods and `allowInFun...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Aug 1, 2026
@xificurk

xificurk commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan-phar-composer-source), [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules), [phpstan/phpstan-nette](https://github.com/phpstan/phpstan-nette) and [spaze/phpstan-disallowed-calls](https://github.com/spaze/phpstan-disallowed-calls) to permit the latest version.

Updates `phpstan/phpstan` to 2.2.10
- [Commits](https://github.com/phpstan/phpstan-phar-composer-source/commits)

Updates `phpstan/phpstan-strict-rules` to 2.0.12
- [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases)
- [Commits](phpstan/phpstan-strict-rules@2.0.11...2.0.12)

Updates `phpstan/phpstan-nette` to 2.0.12
- [Release notes](https://github.com/phpstan/phpstan-nette/releases)
- [Commits](phpstan/phpstan-nette@2.0.11...2.0.12)

Updates `spaze/phpstan-disallowed-calls` to 4.14.0
- [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases)
- [Commits](spaze/phpstan-disallowed-calls@v4.12.0...v4.14.0)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-version: 2.2.6
  dependency-type: direct:development
  dependency-group: phpstan
- dependency-name: phpstan/phpstan-nette
  dependency-version: 2.0.12
  dependency-type: direct:development
  dependency-group: phpstan
- dependency-name: phpstan/phpstan-strict-rules
  dependency-version: 2.0.12
  dependency-type: direct:development
  dependency-group: phpstan
- dependency-name: spaze/phpstan-disallowed-calls
  dependency-version: 4.13.0
  dependency-type: direct:development
  dependency-group: phpstan
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the phpstan group with 4 updates Bump the phpstan group across 1 directory with 4 updates Sep 2, 2026
@dependabot
dependabot Bot force-pushed the dependabot/composer/phpstan-8865c916c7 branch from c5c5676 to 6767651 Compare September 2, 2026 18:54
@xificurk
xificurk merged commit aba2544 into master Sep 2, 2026
36 checks passed
@xificurk
xificurk deleted the dependabot/composer/phpstan-8865c916c7 branch September 2, 2026 20:04
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage is 95.238%dependabot/composer/phpstan-8865c916c7 into master. No base build found for master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants