Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps the dev-dependencies group with 7 updates:

Package From To
friendsofphp/php-cs-fixer 3.89.1 3.91.2
maglnet/composer-require-checker 4.18.0 4.19.0
phpunit/phpunit 12.4.2 12.4.5
symfony/css-selector 7.3.0 8.0.0
symfony/debug-bundle 7.3.5 8.0.0
symfony/maker-bundle 1.64.0 1.65.0
symfony/panther 2.2.0 2.3.0

Updates friendsofphp/php-cs-fixer from 3.89.1 to 3.91.2

Release notes

Sourced from friendsofphp/php-cs-fixer's releases.

v3.91.2 Folding Bike

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.91.1...v3.91.2

v3.91.1 Folding Bike

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.91.0...v3.91.1

v3.91.0 Folding Bike

PHP 8.5 officially supported 🎉

What's Changed

... (truncated)

Changelog

Sourced from friendsofphp/php-cs-fixer's changelog.

Changelog for v3.91.2

  • fix: fix support call-site generic variance (#9253)
  • chore: adjust autoloader to exclude all Internal classes in classmap (#9252)
  • CI: set PHP_CS_FIXER_IGNORE_ENV for PHP 8.6 (#9254)

Changelog for v3.91.1

  • UX: show warning on PHP-mismatch only for 'fix' and 'check' commands (#9243)
  • docs: unify rule/ruleset doc tags (#9250)
  • refactor: don't expose internal commands/rules (#9245)
  • refactor: memoize fixer names (#9219)
  • refactor: use custom set for internal rules (#9247)
  • test: show that describe command works well for custom sets (#9246)

Changelog for v3.91.0

  • UX: init command (#9215)
  • feat: PHP 8.5 compatibility support (#9234)
  • feat: Add StringableForToStringFixer (#9218)
  • feat: support call-site generic variance (#9212)
  • feat: Symfony - add stringable_for_to_string to set (#9235)
  • chore: do not mark NamespaceAnalysis as internal, because it's part of public API interface (#9193)
  • chore: ExampleRuleset - improve test fixture name (#9214)
  • chore: traits - require interfaces or base classes (#9086)
  • CI: Add PHPStan rule to validate public API surface completeness (#9196)
  • CI: auto-select PHP_MAX for special jobs (#9231)
  • CI: drop duplicated PHP 8.4 jobs (#9229)
  • CI: fix SCA after Symfony 7.4.0 release (#9226)
  • CI: no more need for solving PHP 8.4 deprecations in /vendor/ anymore (#9230)
  • CI: switch trivial jobs to ubuntu-slim (#9232)
  • CI: upgrade .php-cs-fixer.php-highest.php to fully reflect PHP 8.4 (#9233)
  • deps: bump actions/checkout from 5 to 6 (#9210)
  • deps: bump crate-ci/typos from 1.39.2 to 1.40.0 (#9237)
  • deps: bump shipmonk/composer-dependency-analyser from 1.8.3 to 1.8.4 in /dev-tools (#9238)
  • deps: bump shipmonk/dead-code-detector from 0.13.5 to 0.14.0 in /dev-tools (#9239)
  • deps: bump Symfony v8 to RC (#9221)
  • deps: bump Symfony v8 to stable (#9222)
  • deps: update xdebug (#9228)
  • fix: move config template to non-excluded folder (#9241)
  • fix: DeclareStrictTypesFixer - do not duplicate strict_types if it is already present, with other directive (#9225)
  • fix: FullyQualifiedStrictTypesFixer - fix crash on T_OPEN_TAG_WITH_ECHO (#9217)
  • test: allow CI to define both, numeric and non-numeric PHP versions/builds (#9236)
  • test: do not allow to fail PHP 8.5 job (#9224)
  • test: let's not dance on the edge of the JIT stack limit (#9211)
  • test: run smoke tests on any OS (#9242)
  • tests: update PHP 8.5 compatibility test (#9223)

... (truncated)

Commits
  • f171dc2 prepared the 3.91.2 release
  • 1d3537f fix: fix support call-site generic variance (#9253)
  • 82a17c6 CI: set PHP_CS_FIXER_IGNORE_ENV for PHP 8.6 (#9254)
  • ef85d03 chore: adjust autoloader to exclude all Internal classes in classmap (#9252)
  • 677faa8 bumped version
  • b075d84 prepared the 3.91.1 release
  • 05c1815 UX: show warning on PHP-mismatch only for 'fix' and 'check' commands (#9243)
  • ba3a0a9 docs: unify rule/ruleset doc tags (#9250)
  • 8556ba3 refactor: use custom set for internal rules (#9247)
  • 8cc0eb4 test: show that describe command works well for custom sets (#9246)
  • Additional commits viewable in compare view

Updates maglnet/composer-require-checker from 4.18.0 to 4.19.0

Release notes

Sourced from maglnet/composer-require-checker's releases.

4.19.0

Release Notes for 4.19.0

Feature release (minor)

4.19.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

dependencies,enhancement

renovate

Commits
  • ac5c359 Merge pull request #588 from mpdude/update-revolt-event-loop
  • 567ff51 Add a "conflict" entry to prevent downgrades of revolt/event-loop below 1.0.8
  • 82cc816 Update revolt/event-loop from 1.0.7 to 1.0.8
  • f74a63d Lock file maintenance
  • c72d040 Lock file maintenance
  • 41e5c92 Lock file maintenance
  • 3dd2f2c Lock file maintenance
  • b9ad858 Lock file maintenance
  • 3a1f523 Lock file maintenance
  • 57921c5 Lock file maintenance
  • Additional commits viewable in compare view

Updates phpunit/phpunit from 12.4.2 to 12.4.5

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 12.4.5

Changed

  • Updated list of deprecated PHP configuration settings for PHP 8.4, PHP 8.5, and PHP 8.6

Fixed

  • #6426: Fix migration of configuration without schema location

Learn how to install or update PHPUnit 12.4 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.

PHPUnit 12.4.4

Fixed

  • #6408: Exception in a data provider method leads to internal PHPUnit error
  • #6410: Test runner's shutdown handler is called in system-under-test's child process

Learn how to install or update PHPUnit 12.4 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.

PHPUnit 12.4.3

Fixed

  • #6402: Avoid reading from STDOUT when rewind() fails

Learn how to install or update PHPUnit 12.4 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.

[12.4.5] - 2025-12-01

Changed

  • Updated list of deprecated PHP configuration settings for PHP 8.4, PHP 8.5, and PHP 8.6

Fixed

  • #6426: Fix migration of configuration without schema location

[12.4.4] - 2025-11-21

Fixed

  • #6408: Exception in a data provider method leads to internal PHPUnit error
  • #6410: Test runner's shutdown handler is called in system-under-test's child process

[12.4.3] - 2025-11-13

Fixed

  • #6402: Avoid reading from STDOUT when rewind() fails
Commits

Updates symfony/css-selector from 7.3.0 to 8.0.0

Release notes

Sourced from symfony/css-selector's releases.

v8.0.0

Changelog (symfony/css-selector@v8.0.0-RC3...v8.0.0)

  • no significant changes

v8.0.0-RC1

Changelog (symfony/css-selector@v8.0.0-BETA2...v8.0.0-RC1)

  • no significant changes

v8.0.0-BETA2

Changelog (symfony/css-selector@v8.0.0-BETA1...v8.0.0-BETA2)

  • no significant changes

v8.0.0-BETA1

Changelog (symfony/css-selector@v7.3.4...v8.0.0-BETA1)

v7.4.0

Changelog (symfony/css-selector@v7.4.0-RC3...v7.4.0)

  • no significant changes

v7.4.0-RC1

Changelog (symfony/css-selector@v7.4.0-BETA2...v7.4.0-RC1)

  • no significant changes

v7.4.0-BETA2

Changelog (symfony/css-selector@v7.4.0-BETA1...v7.4.0-BETA2)

  • no significant changes

v7.4.0-BETA1

Changelog (symfony/css-selector@v7.3.4...v7.4.0-BETA1)

  • no significant changes

v7.3.6

Changelog (symfony/css-selector@v7.3.5...v7.3.6)

  • no significant changes
Commits
  • 6225bd4 Merge branch '7.4' into 8.0
  • ab862f4 Merge branch '7.3' into 7.4
  • 8432118 [CssSelector] Fix incorrect return type for Token::getType()
  • b3bfe17 Merge branch '7.4' into 8.0
  • 57500fe chore: heredoc indentation as of PHP 7.3
  • 32c414f Merge branch '7.4' into 8.0
  • 1a3445e Remove some unneeded var annotations
  • 70df10d Merge branch '7.4' into 8.0
  • 810c1bb replace PHPUnit annotations with attributes
  • d2fc42e Merge branch '7.4' into 8.0
  • Additional commits viewable in compare view

Updates symfony/debug-bundle from 7.3.5 to 8.0.0

Release notes

Sourced from symfony/debug-bundle's releases.

v8.0.0

Changelog (symfony/debug-bundle@v8.0.0-RC3...v8.0.0)

  • no significant changes

v8.0.0-RC1

Changelog (symfony/debug-bundle@v8.0.0-BETA2...v8.0.0-RC1)

  • no significant changes

v8.0.0-BETA1

Changelog (symfony/debug-bundle@v7.3.4...v8.0.0-BETA1)

v7.4.0

Changelog (symfony/debug-bundle@v7.4.0-RC3...v7.4.0)

  • no significant changes

v7.4.0-RC1

Changelog (symfony/debug-bundle@v7.4.0-BETA2...v7.4.0-RC1)

  • no significant changes

v7.4.0-BETA1

Changelog (symfony/debug-bundle@v7.3.4...v7.4.0-BETA1)

Commits
  • 02665ef Merge branch '7.4' into 8.0
  • 329383f feature #62027 [DebugBundle][HttpKernel] Collect dumps when console profiling...
  • efd12b1 Merge branch '7.4' into 8.0
  • 5c5911a Merge branch '7.3' into 7.4
  • 435a382 [HttpKernel][DebugBundle] Collect dumps when console profiling is enabled
  • c799258 remove getNamespace() and getXsdValidationBasePath() from ExtensionInterface
  • f2cb436 [DependencyInjection][Routing] Remove support for the XML configuration format
  • 4af9982 Merge branch '7.4' into 8.0
  • 04500c5 [DependencyInjection] Deprecate ExtensionInterface::getXsdValidationBasePath(...
  • 046f4ae Merge branch '7.4' into 8.0
  • Additional commits viewable in compare view

Updates symfony/maker-bundle from 1.64.0 to 1.65.0

Release notes

Sourced from symfony/maker-bundle's releases.

v1.65.0: Symfony 8

What's Changed

[9a0276d7] Feature: Add support for Symfony 8 (@​Kocal) [d3e8169a] Fix: do not implement __serialize() for users without passwords (@​xabbuh) [6f42db1f] Fix: PHP 8.4 deprecation about implicitly-nullable-types (@​natewiebe13) [2696e9e1] minor: Do not call Reflection*::setAccessible() (@​W0rma)

Commits
  • 9a0276d feature #1724 Add support for Symfony 8 (Kocal)
  • 85e7d2b Add support for Symfony 8
  • 6f42db1 bug #1728 PHP 8.4 Deprecation Fix (natewiebe13)
  • 2696e9e minor #1726 Do not call Reflection*::setAccessible() (W0rma)
  • d3e8169 bug #1743 do not implement __serialize() for users without passwords (xabbuh)
  • d67cf83 fix the Maker test environment
  • fafd951 run tests with Symfony 7.3
  • 4ba90e1 do not implement __serialize() for users without passwords
  • 0bbc9c1 Update arg type to be nullable
  • c55d785 Remove noop setAccessible() call
  • See full diff in compare view

Updates symfony/panther from 2.2.0 to 2.3.0

Release notes

Sourced from symfony/panther's releases.

Version 2.3.0

  • Add support for PHP 8.5
  • Add support for Symfony 8
  • Disable dev-tools by default
Changelog

Sourced from symfony/panther's changelog.

2.3.0

  • Add support for PHP 8.5
  • Add support for Symfony 8
  • Disable dev-tools by default
Commits

You can trigger a rebase of this PR 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 dev-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) | `3.89.1` | `3.91.2` |
| [maglnet/composer-require-checker](https://github.com/maglnet/ComposerRequireChecker) | `4.18.0` | `4.19.0` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `12.4.2` | `12.4.5` |
| [symfony/css-selector](https://github.com/symfony/css-selector) | `7.3.0` | `8.0.0` |
| [symfony/debug-bundle](https://github.com/symfony/debug-bundle) | `7.3.5` | `8.0.0` |
| [symfony/maker-bundle](https://github.com/symfony/maker-bundle) | `1.64.0` | `1.65.0` |
| [symfony/panther](https://github.com/symfony/panther) | `2.2.0` | `2.3.0` |


Updates `friendsofphp/php-cs-fixer` from 3.89.1 to 3.91.2
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.89.1...v3.91.2)

Updates `maglnet/composer-require-checker` from 4.18.0 to 4.19.0
- [Release notes](https://github.com/maglnet/ComposerRequireChecker/releases)
- [Commits](maglnet/ComposerRequireChecker@4.18.0...4.19.0)

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

Updates `symfony/css-selector` from 7.3.0 to 8.0.0
- [Release notes](https://github.com/symfony/css-selector/releases)
- [Changelog](https://github.com/symfony/css-selector/blob/7.3/CHANGELOG.md)
- [Commits](symfony/css-selector@v7.3.0...v8.0.0)

Updates `symfony/debug-bundle` from 7.3.5 to 8.0.0
- [Release notes](https://github.com/symfony/debug-bundle/releases)
- [Changelog](https://github.com/symfony/debug-bundle/blob/7.3/CHANGELOG.md)
- [Commits](symfony/debug-bundle@v7.3.5...v8.0.0)

Updates `symfony/maker-bundle` from 1.64.0 to 1.65.0
- [Release notes](https://github.com/symfony/maker-bundle/releases)
- [Commits](symfony/maker-bundle@v1.64.0...v1.65.0)

Updates `symfony/panther` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/symfony/panther/releases)
- [Changelog](https://github.com/symfony/panther/blob/main/CHANGELOG.md)
- [Commits](symfony/panther@v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.91.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: maglnet/composer-require-checker
  dependency-version: 4.19.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: phpunit/phpunit
  dependency-version: 12.4.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: symfony/css-selector
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: symfony/debug-bundle
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: symfony/maker-bundle
  dependency-version: 1.65.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: symfony/panther
  dependency-version: 2.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

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 Dec 1, 2025
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.

1 participant