Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps the all group with 3 updates: php-tuf/composer-stager, dealerdirect/phpcodesniffer-composer-installer and squizlabs/php_codesniffer.

Updates php-tuf/composer-stager from 2.0.1 to 2.0.2

Release notes

Sourced from php-tuf/composer-stager's releases.

v2.0.2

No user-facing changes.

Full Changelog: php-tuf/composer-stager@v2.0.1...v2.0.2

Commits
  • 3b8cad6 Merge branch 'release/2.0.2'
  • e035af2 Bump the all group across 1 directory with 3 updates (#434)
  • 2635eec Implement new composer_validate_autoload GrumPHP task. (Yay!)
  • 08ff534 Fix a couple of inline comments.
  • 9d47ee7 Bump slevomat/coding-standard from 8.22.0 to 8.22.1 in the all group (#432)
  • 8f0fc53 Bump the all group with 2 updates (#431)
  • b9ae932 Bump slevomat/coding-standard from 8.20.0 to 8.21.1 in the all group (#430)
  • c3b3028 Bump actions/checkout from 4 to 5 (#429)
  • da0a1f9 Bump slevomat/coding-standard from 8.19.1 to 8.20.0 in the all group (#428)
  • 5831211 Bump dealerdirect/phpcodesniffer-composer-installer from 1.1.1 to 1.1.2 in th...
  • Additional commits viewable in compare view

Updates dealerdirect/phpcodesniffer-composer-installer from 1.1.2 to 1.2.0

Release notes

Sourced from dealerdirect/phpcodesniffer-composer-installer's releases.

v1.2.0

Changed

  • Various housekeeping, including improvements to the documentation and tests.

Removed

Changelog

Sourced from dealerdirect/phpcodesniffer-composer-installer's changelog.

[v1.2.0] - 2025-11-11

Changed

  • Various housekeeping, including improvements to the documentation and tests.

Removed

  • Drop support for PHP_CodeSniffer 2.x. Thanks [@​jrfnl] ! #261

#261: PHPCSStandards/composer-installer#261

Commits
  • 845eb62 Merge pull request #266 from PHPCSStandards/feature/changelog-for-release-1.2.0
  • ba1c822 Changelog for the 1.2.0 release
  • 0561345 Merge pull request #265 from PHPCSStandards/feature/update-to-phpcompat-10
  • 353aabf Composer/CS: update to PHPCompatibility 10.0.0-alpha1
  • f3d4d45 Merge pull request #264 from PHPCSStandards/feature/tests-phpcsversion-update...
  • 301473d Tests/PHPCSVersions: update for branching of PHP 8.5
  • 4df7d5d Merge pull request #263 from PHPCSStandards/feature/tests-bootstrap-fix-custo...
  • abcd28f Merge pull request #262 from PHPCSStandards/feature/tests-phpcsversion-fix-mi...
  • 1b29856 Tests/bootstrap: fix custom autoloader for running with PHAR file
  • d208afd Tests/PHPCSVersions: bug fix
  • Additional commits viewable in compare view

Updates squizlabs/php_codesniffer from 3.13.4 to 3.13.5

Release notes

Sourced from squizlabs/php_codesniffer's releases.

3.13.5 - 2025-11-04

Added

  • Runtime support for PHP 8.5. All known PHP 8.5 deprecation notices have been fixed.
    • Syntax support for new PHP 8.5 features will follow in a future release.
    • If you find any PHP 8.5 deprecation notices which were missed, please report them.

Changed

Fixed

  • Fixed bug #1216: Tokenizer/PHP: added more defensive coding to prevent PHP 8.5 "Using null as an array offset" deprecation notices.
  • Fixed bug #1279: Tokenizer/PHP: on PHP < 8.0, an unclosed attribute (parse error) could end up removing some tokens from the token stream.
    • This could lead to false positives and false negative from sniffs, but could also lead to incorrect fixes being made mangling the file under scan.
    • Thanks to Juliette Reinders Folmer for the patch.

Other

  • Please be aware that the master branch has been renamed to 3.x and the default branch has changed to the 4.x branch.
    • If you contribute to PHP_CodeSniffer, you will need to update your local git clone.
    • If you develop against PHP_CodeSniffer and run your tests against dev branches of PHPCS, you will need to update your workflows.

New Contributors

The PHP_CodeSniffer project is happy to welcome the following new contributors: @​andrewnicols

Statistics

Closed: 2 issues Merged: 36 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!

Changelog

Sourced from squizlabs/php_codesniffer's changelog.

[3.13.5] - 2025-11-04

Added

  • Runtime support for PHP 8.5. All known PHP 8.5 deprecation notices have been fixed.
    • Syntax support for new PHP 8.5 features will follow in a future release.
    • If you find any PHP 8.5 deprecation notices which were missed, please report them.

Changed

  • Various housekeeping, including improvements to the tests and documentation.

Fixed

  • Fixed bug #1216: Tokenizer/PHP: added more defensive coding to prevent PHP 8.5 "Using null as an array offset" deprecation notices.
  • Fixed bug #1279: Tokenizer/PHP: on PHP < 8.0, an unclosed attribute (parse error) could end up removing some tokens from the token stream.
    • This could lead to false positives and false negative from sniffs, but could also lead to incorrect fixes being made mangling the file under scan.
    • Thanks to Juliette Reinders Folmer for the patch.

Other

  • Please be aware that the master branch has been renamed to 3.x and the default branch has changed to the 4.x branch.
    • If you contribute to PHP_CodeSniffer, you will need to update your local git clone.
    • If you develop against PHP_CodeSniffer and run your tests against dev branches of PHPCS, you will need to update your workflows.

#1216: PHPCSStandards/PHP_CodeSniffer#1216 #1279: PHPCSStandards/PHP_CodeSniffer#1279

Commits
  • 0ca8684 Merge pull request #1305 from PHPCSStandards/feature/docs-minor-touch-up-befo...
  • 3e7e576 Docs: various small fixes
  • c3a2490 CHANGELOG: fix up missing credit
  • 848341d Merge pull request #1304 from PHPCSStandards/feature/changelog-3.13.5
  • 31c62de Changelog for the 3.13.5 release
  • e163dbf PHP 8.5 | Tokenizer/PHP: properly fix "Using null as an array offset" depreca...
  • af1b003 Merge pull request #1301 from PHPCSStandards/feature/e2e-tests-use-new-bashun...
  • cf28362 E2E tests: use new bashunit assertion
  • a82bffd Merge pull request #1298 from PHPCSStandards/dependabot/github_actions/3.x/ac...
  • 0ae1271 Merge pull request #1299 from PHPCSStandards/dependabot/github_actions/3.x/ac...
  • 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

Bumps the all group with 3 updates: [php-tuf/composer-stager](https://github.com/php-tuf/composer-stager), [dealerdirect/phpcodesniffer-composer-installer](https://github.com/PHPCSStandards/composer-installer) and [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer).


Updates `php-tuf/composer-stager` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/php-tuf/composer-stager/releases)
- [Commits](php-tuf/composer-stager@v2.0.1...v2.0.2)

Updates `dealerdirect/phpcodesniffer-composer-installer` from 1.1.2 to 1.2.0
- [Release notes](https://github.com/PHPCSStandards/composer-installer/releases)
- [Changelog](https://github.com/PHPCSStandards/composer-installer/blob/main/CHANGELOG.md)
- [Commits](PHPCSStandards/composer-installer@v1.1.2...v1.2.0)

Updates `squizlabs/php_codesniffer` from 3.13.4 to 3.13.5
- [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
- [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/4.x/CHANGELOG-3.x.md)
- [Commits](PHPCSStandards/PHP_CodeSniffer@3.13.4...3.13.5)

---
updated-dependencies:
- dependency-name: php-tuf/composer-stager
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: dealerdirect/phpcodesniffer-composer-installer
  dependency-version: 1.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: squizlabs/php_codesniffer
  dependency-version: 3.13.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 17, 2025
@TravisCarden TravisCarden merged commit 053a0fc into main Nov 18, 2025
4 checks passed
@TravisCarden TravisCarden deleted the dependabot/composer/all-73938414b0 branch November 18, 2025 06:23
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