Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2025

Bumps the php-dev group with 3 updates in the / directory: phpstan/phpstan, phpunit/phpunit and slevomat/coding-standard.

Updates phpstan/phpstan from 1.12.27 to 1.12.28

Commits
  • fcf8b71 PHPStan 1.12.28
  • 3eb0372 Updated PHPStan to commit 3eb0372c750221818fc256413eda31a3d8228a1b
  • 424ef16 Updated PHPStan to commit 424ef169e33a146f8a7bc1951841bbf7f410a3fb
  • 7358b7e Updated PHPStan to commit 7358b7e7292ad6b1fdf12cd026543f4d80e6105d
  • ef9aae2 Updated PHPStan to commit ef9aae2ecf1cc51f481e633530d1fb373ea29795
  • 400ba6d Updated PHPStan to commit 400ba6d71ae15f52c923b5251114839261b49a27
  • 43c44ee Updated PHPStan to commit 43c44ee47d43b2476a32139da14ce8b888c42ecd
  • 6e87a98 Updated PHPStan to commit 6e87a98515c1f86162423852582bff2e0cf48e2f
  • 7644bd0 Updated PHPStan to commit 7644bd01603f3ef8194b8497bad06f217de420fe
  • 1220d8e Updated PHPStan to commit 1220d8ebc1e21d7930e599f730372223890e67c3
  • Additional commits viewable in compare view

Updates phpunit/phpunit from 9.6.23 to 9.6.24

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 9.6.24

Changed

  • Do not use ReflectionProperty::setAccessible() with PHP >= 8.1
  • Do not use SplObjectStorage methods that will be deprecated in PHP 8.5

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:

  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.
Changelog

Sourced from phpunit/phpunit's changelog.

[9.6.24] - 2025-08-10

Changed

  • Do not use ReflectionProperty::setAccessible() with PHP >= 8.1
  • Do not use SplObjectStorage methods that will be deprecated in PHP 8.5
Commits
  • ea49afa Prepare release
  • 5a1c4ea Merge branch '8.5' into 9.6
  • e2e36f0 Prepare release
  • d352892 This test fails when Xdebug is loaded (setting xdebug.mode=Off in --INI-- sec...
  • a9b0c4b Do not use var_dump()
  • 343c54e Do not use ReflectionProperty::setAccessible() with PHP >= 8.1
  • d7dee6b Do not use SplObjectStorage methods that will be deprecated in PHP 8.5
  • 6835552 Update dependencies
  • 02638b7 Merge branch '8.5' into 9.6
  • 34d3039 Update dependencies
  • Additional commits viewable in compare view

Updates slevomat/coding-standard from 8.19.1 to 8.20.0

Release notes

Sourced from slevomat/coding-standard's releases.

8.20.0

🔧 Improvements

  • SlevomatCodingStandard.TypeHints.ParameterTypeHint: Don't report missing native type hint when method has #[Override] attribute
  • SlevomatCodingStandard.Classes.TraitUseSpacing: Allow null in linesCountAfterLastUse option (thanks to @​vrana)
  • SlevomatCodingStandard.Classes.PropertySpacing: New options minLinesCountBeforeMultiline and maxLinesCountBeforeMultiline (thanks to @​vojtech-dobes)
  • SlevomatCodingStandard.Classes.ConstantSpacing: New options minLinesCountBeforeMultiline and maxLinesCountBeforeMultiline (thanks to @​vojtech-dobes)

🐛 Fixes

  • Attributes should be processed by FQN
Commits
  • b4f9f02 SlevomatCodingStandard.Classes.PropertySpacing and SlevomatCodingStandard.Cla...
  • f533cef Updated dependencies
  • 7f62959 Fix
  • a0b85b4 Updated dependencies
  • 94e4c82 Allowed null in TraitUseSpacingSniff.linesCountAfterLastUse
  • cda88e6 SlevomatCodingStandard.TypeHints.ParameterTypeHint: Don't report missing nati...
  • 31ed4d5 Cleanup
  • 387cd37 Attributes should be processed by FQN
  • 076e8db Updated dependencies
  • See full diff in compare view

Updates squizlabs/php_codesniffer from 3.13.0 to 3.13.2

Release notes

Sourced from squizlabs/php_codesniffer's releases.

3.13.2 - 2025-06-18

Changed

  • The documentation for the following sniffs has been improved:
    • Squiz.Classes.SelfMemberReference
    • Thanks to Rodrigo Primo for the patch.
  • Various housekeeping, including improvements to the tests and documentation.

Fixed

  • Fixed bug #1135 : Squiz.Functions.FunctionDeclarationArgumentSpacing: typo in new error code SpacingAfterSetVis[i]bility.

Statistics

Closed: 0 issues Merged: 6 pull requests

Follow @​phpcs on Mastodon or @​PHP_CodeSniffer on X to stay informed.

Please consider funding the PHP_CodeSniffer project. If you already do so: thank you!

3.13.1 - 2025-06-13

Added

  • Added support for PHP 8.4 properties with asymmetric visibility to File::getMemberProperties() through a new set_scope array index in the return value. #1116
  • Added support for PHP 8.4 (constructor promoted) properties with asymmetric visibility to File::getMethodParameters() through new set_visibility and set_visibility_token array indexes in the return value. #1116
  • Added support for PHP 8.4 asymmetric visibility modifiers to the following sniffs:
    • Generic.PHP.LowerCaseKeyword #1117
    • PEAR.NamingConventions.ValidVariableName #1118
    • PSR2.Classes.PropertyDeclaration #1119
    • Squiz.Commenting.BlockComment #1120
    • Squiz.Commenting.DocCommentAlignment #1120
    • Squiz.Commenting.VariableComment #1120
    • Squiz.Functions.FunctionDeclarationArgumentSpacing #1121
    • Squiz.Scope.MemberVarScope #1122
    • Squiz.WhiteSpace.MemberVarSpacing #1123
    • Squiz.WhiteSpace.ScopeKeywordSpacing #1124
    • Thanks to Juliette Reinders Folmer for the patches.

Changed

  • The PSR2.Classes.PropertyDeclaration will now check that a set-visibility modifier keyword is placed after a potential general visibility keyword. #1119
  • The Squiz.Functions.FunctionDeclarationArgumentSpacing will now check spacing after a set-visibility modifier keyword. #1121
    • Errors will be reported via a new SpacingAfterSetVisibility error code.
    • Thanks to Juliette Reinders Folmer for the patch.

... (truncated)

Changelog

Sourced from squizlabs/php_codesniffer's changelog.

[3.13.2] - 2025-06-18

Changed

  • The documentation for the following sniffs has been improved:
    • Squiz.Classes.SelfMemberReference
    • Thanks to [Rodrigo Primo][@​rodrigoprimo] for the patch.
  • Various housekeeping, including improvements to the tests and documentation.

Fixed

  • Fixed bug #1135 : Squiz.Functions.FunctionDeclarationArgumentSpacing: typo in new error code SpacingAfterSetVis\[i\]bility.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.

#1135: PHPCSStandards/PHP_CodeSniffer#1135

[3.13.1] - 2025-06-13

Added

  • Added support for PHP 8.4 properties with asymmetric visibility to File::getMemberProperties() through a new set_scope array index in the return value. #1116
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patches.
  • Added support for PHP 8.4 (constructor promoted) properties with asymmetric visibility to File::getMethodParameters() through new set_visibility and set_visibility_token array indexes in the return value. #1116
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patches.
  • Added support for PHP 8.4 asymmetric visibility modifiers to the following sniffs:
    • Generic.PHP.LowerCaseKeyword #1117
    • PEAR.NamingConventions.ValidVariableName #1118
    • PSR2.Classes.PropertyDeclaration #1119
    • Squiz.Commenting.BlockComment #1120
    • Squiz.Commenting.DocCommentAlignment #1120
    • Squiz.Commenting.VariableComment #1120
    • Squiz.Functions.FunctionDeclarationArgumentSpacing #1121
    • Squiz.Scope.MemberVarScope #1122
    • Squiz.WhiteSpace.MemberVarSpacing #1123
    • Squiz.WhiteSpace.ScopeKeywordSpacing #1124
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patches.

Changed

  • The PSR2.Classes.PropertyDeclaration will now check that a set-visibility modifier keyword is placed after a potential general visibility keyword. #1119
    • Errors will be reported via a new AvizKeywordOrder error code.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • The Squiz.Functions.FunctionDeclarationArgumentSpacing will now check spacing after a set-visibility modifier keyword. #1121
    • Errors will be reported via a new SpacingAfterSetVisibility error code.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • The Squiz.Scope.MemberVarScope will now flag missing "read" visibility, when "write" visibility is set, under a separate error code AsymReadMissing. #1122
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • The documentation for the following sniffs has been improved:
    • PEAR.Classes.ClassDeclaration
    • Squiz.WhiteSpace.FunctionOpeningBraceSpace
    • Thanks to [Brian Dunne][@​braindawg] and [Rodrigo Primo][@​rodrigoprimo] for the patches.
  • Various housekeeping, including improvements to the tests and documentation.

... (truncated)

Commits
  • 5b5e382 Merge pull request #1139 from PHPCSStandards/feature/changelog-3.13.2
  • 5e1bf44 Changelog for the 3.13.2 release
  • 7af44a3 Squiz/SelfMemberReference: update XML doc (#1108)
  • 3a9a4b2 Merge pull request #1137 from PHPCSStandards/feature/docs-various-fixes
  • c43b854 Merge pull request #1135 from PHPCSStandards/feature/squiz-functiondeclaratio...
  • 47fdb33 Merge pull request #1134 from PHPCSStandards/feature/update-license-copyright
  • d8ace30 Various minor fixes / typos
  • a1c2aaa Squiz/FunctionDeclarationArgumentSpacing: fix typo in `SpacingAfterSetVis[i]b...
  • b128c59 Licence: update copyright
  • 6739594 Merge pull request #1133 from rodrigoprimo/remove-outdated-code-from-filter-c...
  • 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Aug 12, 2025
@phavekes
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/composer/php-dev-2310ba1e3d branch from 0998644 to 4e1bc67 Compare August 13, 2025 06:56
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 21, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@phavekes
Copy link
Member

@dependabot rebase

Bumps the php-dev group with 3 updates in the / directory: [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) and [slevomat/coding-standard](https://github.com/slevomat/coding-standard).


Updates `phpstan/phpstan` from 1.12.27 to 1.12.28
- [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.12.27...1.12.28)

Updates `phpunit/phpunit` from 9.6.23 to 9.6.24
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.24/ChangeLog-9.6.md)
- [Commits](sebastianbergmann/phpunit@9.6.23...9.6.24)

Updates `slevomat/coding-standard` from 8.19.1 to 8.20.0
- [Release notes](https://github.com/slevomat/coding-standard/releases)
- [Commits](slevomat/coding-standard@8.19.1...8.20.0)

Updates `squizlabs/php_codesniffer` from 3.13.0 to 3.13.2
- [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
- [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md)
- [Commits](PHPCSStandards/PHP_CodeSniffer@3.13.0...3.13.2)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-version: 1.12.28
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dev
- dependency-name: phpunit/phpunit
  dependency-version: 9.6.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dev
- dependency-name: slevomat/coding-standard
  dependency-version: 8.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: php-dev
- dependency-name: squizlabs/php_codesniffer
  dependency-version: 3.13.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dev
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/php-dev-2310ba1e3d branch from 4e1bc67 to 5a31608 Compare August 29, 2025 14:03
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