Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the php-dev group with 7 updates in the / directory:

Package From To
doctrine/doctrine-fixtures-bundle 4.3.0 4.3.1
liip/test-fixtures-bundle 3.6.0 3.7.0
overtrue/phplint 9.6.3 9.7.1
phpstan/phpstan-doctrine 2.0.11 2.0.12
phpstan/phpstan-symfony 2.0.8 2.0.9
phpunit/phpunit 10.5.58 10.5.59
rector/rector 2.2.8 2.2.11

Updates doctrine/doctrine-fixtures-bundle from 4.3.0 to 4.3.1

Release notes

Sourced from doctrine/doctrine-fixtures-bundle's releases.

4.3.1

Release Notes for 4.3.1

4.3.x bugfix release (patch)

4.3.1

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

CI

Improvement

Changes from lower branches

  • This release contains all changes from the 3.7.3 release.
Commits
  • 9e013ed Merge remote-tracking branch 'origin/3.7.x' into 4.3.x
  • 4c3dfcc Bump doctrine/.github/.github/workflows/composer-lint.yml (#558)
  • 5f9ff2f Merge pull request #559 from doctrine/dependabot/github_actions/3.7.x/doctrin...
  • c185db7 Merge pull request #560 from doctrine/dependabot/github_actions/3.7.x/doctrin...
  • 1a32518 Merge pull request #557 from doctrine/dependabot/github_actions/3.7.x/doctrin...
  • b5707d5 Bump doctrine/.github/.github/workflows/release-on-milestone-closed.yml
  • f1d6398 Bump doctrine/.github/.github/workflows/coding-standards.yml
  • 4eb20fd Bump doctrine/.github/.github/workflows/phpstan.yml
  • 5987e4e Merge pull request #555 from doctrine/dependabot/github_actions/3.7.x/doctrin...
  • 08c2d4b Merge pull request #554 from doctrine/dependabot/github_actions/3.7.x/doctrin...
  • Additional commits viewable in compare view

Updates liip/test-fixtures-bundle from 3.6.0 to 3.7.0

Commits
  • 7533601 Merge pull request #371 from alexislefebvre/chore-upgrade-versions-of-symfony...
  • 8c0c1bd chore: ignore PHPStan errors about Configuration
  • 3e56fca chore: allow doctrine/doctrine-bundle ^3.1.0
  • f9daa78 chore: upgrade versions of Symfony dependencies
  • 7e8f023 Merge pull request #370 from Chris53897/feature/ci
  • 6de74dd feat: bump actions/checkout 5 => 6
  • d301a07 Merge pull request #368 from alexislefebvre/3.x-upgrade-jakzal/phpqa-everywhere
  • d5500bb chore: ignore PHPStan error about unset.possiblyHookedProperty
  • f9d04c7 chore: upgrade jakzal/phpqa everywhere
  • 6381e17 Merge pull request #365 from Chris53897/patch-1
  • Additional commits viewable in compare view

Updates overtrue/phplint from 9.6.3 to 9.7.1

Release notes

Sourced from overtrue/phplint's releases.

9.7.1 - 2025-11-29

Fixed

  • PHAR distribution by disabling BOX dump-autoload setting

Full Changelog: 9.7.0...9.7.1

Changelog

Sourced from overtrue/phplint's changelog.

9.7.1 - 2025-11-29

Fixed

  • PHAR distribution by disabling BOX dump-autoload setting

Full Changelog: 9.7.0...9.7.1

9.7.0 - 2025-11-29

Changed

  • PHP minimum requirement is now version 8.2.0
  • Symfony minimum requirement is now version 7.4.0
  • #228 : Make it Symfony 8.0 compatible

Removed

  • support to PHP 8.1
  • support to Symfony 6.4

Full Changelog: 9.6.3...9.7.0

Commits
  • 69ec670 prepare bugfix release 9.7.1 for PHAR distribution only
  • 388e0c5 as BOX dump-autoload setting should be disabled, we must add directories manu...
  • 2cb4d82 fix SF 8.0 compatibility on e2e tests
  • 402bd1d always use PHPUnit 11.5.x on CI
  • c987ee7 fix BOX configuration to avoid conflict with dump-autoload feature (see https...
  • aa16a98 prepare feature release 9.7
  • 34c14fc fixed SC2086 and SC3014 shellcheck error
  • 86cad33 fix Symfony 8 compatibility
  • 31be6b4 drop support to PHP 8.1 and Symfony 6.4 (new LTS is now 7.4)
  • 91ad7db Replaces Git Hook handler brainmaestro/composer-git-hooks by captainhook/capt...
  • See full diff in compare view

Updates phpstan/phpstan-doctrine from 2.0.11 to 2.0.12

Release notes

Sourced from phpstan/phpstan-doctrine's releases.

2.0.12

  • d20ee03 - fix compatibility with doctrine/orm 3.5.8
Commits

Updates phpstan/phpstan-symfony from 2.0.8 to 2.0.9

Release notes

Sourced from phpstan/phpstan-symfony's releases.

2.0.9

  • 24d8c15 - Fix compatibility with Symfony 7.4/8.0 - fix Call to method arrayNode() on an unknown class
  • df675ec - ci: Add tests for PHP 8.5
  • 8480f68 - chore(deps): update actions/checkout action to v6
  • b003bb4 - Update phpstan-phpunit to 2.0.8
  • 76cea4d - Fix "Possibly invalid array key type string|null."
Commits
  • 24d8c15 Fix compatibility with Symfony 7.4/8.0 - fix `Call to method arrayNode() on a...
  • df675ec ci: Add tests for PHP 8.5
  • 8480f68 chore(deps): update actions/checkout action to v6
  • b003bb4 Update phpstan-phpunit to 2.0.8
  • 76cea4d Fix "Possibly invalid array key type string|null."
  • See full diff in compare view

Updates phpunit/phpunit from 10.5.58 to 10.5.59

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 10.5.59

Changed

  • #6338: Removed code from PHPUnit\Runner\TestSuiteSorter that was only used in the tests for this class
  • Updated list of deprecated PHP configuration settings for PHP 8.4, PHP 8.5, and PHP 8.6

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

[10.5.59] - 2025-01-12

Changed

  • #6338: Removed code from PHPUnit\Runner\TestSuiteSorter that was only used in the tests for this class
  • Updated list of deprecated PHP configuration settings for PHP 8.4, PHP 8.5, and PHP 8.6
Commits

Updates rector/rector from 2.2.8 to 2.2.11

Release notes

Sourced from rector/rector's releases.

Released Rector 2.2.11

Bugfixes 🐛

  • [cleanup] Make FirstClassCallableRector use attributes over node traverser hacks (#7696)
  • [CodingStyle] Skip enum case on NewlineBetweenClassLikeStmtsRector (#7698), Thanks @​parth391!
  • [fix] skip all-but standalone assign on SetTypeToCastRector (#7699)
  • [fix] avoid changing generic interface in NarrowObjectReturnTypeRector, focus on objects as in definition (#7700)
  • [transform] tidy up array dim fetch to method call rector (#7694)
  • Remove direct NodeTravser::* where possible, use node visitor attribute key instead (#7697)

Removed and Deprecated 💀

  • [dx] add stmts aware deprecation notice in getNodeTypes() (#7692)

rectorphp/rector-symfony

  • [Symfony 8.0] move RemoveEraseCredentialsRector from symfony 7.3 to symfony 8.0 (#895), Thanks @​EJTJ3
  • [CodeQuality] Skip different service same name on ControllerMethodInjectionToConstructorRector (#894)
  • [code-quality] Skip enum in ControllerMethodInjectionToConstructorRector (#893)

Released Rector 2.2.10

New Features and Improvements 🥳

Bugfixes 🐛

  • [PhpParser] Add Stmt\Block to NodeGroup::STMTS_AWARE (#7689)
  • skip already dim fetch variable on OrdSingleByteRector (#7681)
  • [Php85] Handle crash on no arg on OrdSingleByteRector (#7682)
  • [Php70] Handle return ternary on IfIssetToCoalescingRector (#7683)
  • [CodingStyle] Skip use trait on NewlineBetweenClassLikeStmtsRector (#7685)
  • [CodingStyle] Handle use trait after property on NewlineBetweenClassLikeStmtsRector (#7687)
  • [CodeQuality] Skip with HTML on ShortenElseIfRector (#7686)
  • [Variables] Fetch list super global variable names from PHPStan Scope::SUPERGLOBAL_VARIABLES constant (#7663)
  • Fix typo in rule definition message (#7690), Thanks @​simonschaufi!

rectorphp/rector-symfony 🎵

  • [code-quality] Skip enum in ControllerMethodInjectionToConstructorRector (#893)
  • [symfony 7.3] Add CommandDefaultNameAndDescriptionToAsCommandAttributeRector (#892)

... (truncated)

Commits
  • 7bd21a4 Rector 2.2.11
  • 9f8a28b Updated Rector to commit 82f51819fd199d651798f94e588056f1b2d1377b
  • 5b48d9e Updated Rector to commit bd510e6e343aaadd95a50e36fecfdbd349af2af8
  • 7e2963c Updated Rector to commit 4dee67d65a73ce92f0c626dce8b78a477108aecd
  • 3b34749 Updated Rector to commit 8cd3cc67b4abbc92256490f9ddc2f5f96124af4b
  • 63abe8e Updated Rector to commit 3f60b07605cbbea6be4a6e5936b202310c092668
  • 2730798 Updated Rector to commit 3ec5fda3c43798afd41b326e7dfc7e6aab6ba597
  • 80f642c Updated Rector to commit 31adca84ee3701bbd3e834abf30fd542ee454682
  • 38b6527 Updated Rector to commit 35b9d1c092247fad0873692b34996c5087f9cc1a
  • a991dcc Updated Rector to commit 35b9d1c092247fad0873692b34996c5087f9cc1a
  • 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 Dec 4, 2025
Bumps the php-dev group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) | `4.3.0` | `4.3.1` |
| [liip/test-fixtures-bundle](https://github.com/liip/LiipTestFixturesBundle) | `3.6.0` | `3.7.0` |
| [overtrue/phplint](https://github.com/overtrue/phplint) | `9.6.3` | `9.7.1` |
| [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) | `2.0.11` | `2.0.12` |
| [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) | `2.0.8` | `2.0.9` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `10.5.58` | `10.5.59` |
| [rector/rector](https://github.com/rectorphp/rector) | `2.2.8` | `2.2.11` |



Updates `doctrine/doctrine-fixtures-bundle` from 4.3.0 to 4.3.1
- [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases)
- [Commits](doctrine/DoctrineFixturesBundle@4.3.0...4.3.1)

Updates `liip/test-fixtures-bundle` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/liip/LiipTestFixturesBundle/releases)
- [Commits](liip/LiipTestFixturesBundle@3.6.0...3.7.0)

Updates `overtrue/phplint` from 9.6.3 to 9.7.1
- [Release notes](https://github.com/overtrue/phplint/releases)
- [Changelog](https://github.com/overtrue/phplint/blob/main/CHANGELOG.md)
- [Commits](overtrue/phplint@9.6.3...9.7.1)

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

Updates `phpstan/phpstan-symfony` from 2.0.8 to 2.0.9
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](phpstan/phpstan-symfony@2.0.8...2.0.9)

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

Updates `rector/rector` from 2.2.8 to 2.2.11
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@2.2.8...2.2.11)

---
updated-dependencies:
- dependency-name: doctrine/doctrine-fixtures-bundle
  dependency-version: 4.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dev
- dependency-name: liip/test-fixtures-bundle
  dependency-version: 3.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: php-dev
- dependency-name: overtrue/phplint
  dependency-version: 9.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: php-dev
- dependency-name: phpstan/phpstan-doctrine
  dependency-version: 2.0.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dev
- dependency-name: phpstan/phpstan-symfony
  dependency-version: 2.0.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dev
- dependency-name: phpunit/phpunit
  dependency-version: 10.5.59
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dev
- dependency-name: rector/rector
  dependency-version: 2.2.11
  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-2fc143831e branch from 52a109e to 06bc1de Compare December 4, 2025 13:54
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 5, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 5, 2025
@dependabot dependabot bot deleted the dependabot/composer/php-dev-2fc143831e branch December 5, 2025 12:17
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