Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps the dependencies group with 6 updates in the / directory:

Package From To
doctrine/doctrine-migrations-bundle 3.4.2 3.5.0
doctrine/orm 2.20.6 3.5.2
nelmio/api-doc-bundle 4.38.2 5.6.3
zircote/swagger-php 4.11.1 5.4.2
doctrine/doctrine-fixtures-bundle 4.1.0 4.2.0
phpunit/phpunit 12.3.14 12.4.1

Updates doctrine/doctrine-migrations-bundle from 3.4.2 to 3.5.0

Release notes

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

3.5.0

Release Notes for 3.5.0

Feature release (minor)

3.5.0

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

Improvements

Deprecations

3.4.3

Release Notes for 3.4.3

3.4.x bugfix release (patch)

3.4.3

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 3

Improvement

Test Suite

Static Analysis

Documentation

Commits
  • 71c8127 Merge pull request #613 from greg0ire/3.5.x
  • f65748f Merge remote-tracking branch 'origin/3.4.x' into 3.5.x
  • 2e4e299 Merge pull request #611 from dmaicher/support_doctrine_bundle_3
  • d889fc8 Add support for doctrine/doctrine-bundle 3.0
  • 88128e8 Merge pull request #610 from mbabker/xml-to-php
  • 5eb080a Migrate service config from XML to PHP
  • 2615dc6 Merge pull request #608 from doctrine/dependabot/github_actions/doctrine/dot-...
  • 7fab972 Upgrade to doctrine/coding-standard 14
  • e546952 Bump doctrine/.github from 7.2.2 to 8.0.0
  • 3c95957 Merge pull request #609 from greg0ire/adapt-to-new-settings
  • Additional commits viewable in compare view

Updates doctrine/orm from 2.20.6 to 3.5.2

Release notes

Sourced from doctrine/orm's releases.

3.5.2

Release Notes for 3.5.2

3.5.x bugfix release (patch)

3.5.2

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

Test Suite

Bugfixes

This release also contains the changes from https://github.com/doctrine/orm/releases/tag/2.20.6

3.5.1

Release Notes for 3.5.1

3.5.x bugfix release (patch)

3.5.1

  • Total issues resolved: 0
  • Total pull requests resolved: 9
  • Total contributors: 4

Deprecation

Bugfixes

Static Analysis

Test Suite

... (truncated)

Upgrade guide

Sourced from doctrine/orm's upgrade guide.

Note about upgrading: Doctrine uses static and runtime mechanisms to raise awareness about deprecated code.

Upgrade to 3.x General Notes

We recommend you upgrade to DBAL 3 first before upgrading to ORM 3. See the DBAL upgrade docs: https://github.com/doctrine/dbal/blob/3.10.x/UPGRADE.md

Rather than doing several major upgrades at once, we recommend you do the following:

  • upgrade to DBAL 3
  • deploy and monitor
  • upgrade to ORM 3
  • deploy and monitor
  • upgrade to DBAL 4
  • deploy and monitor

If you are using Symfony, the recommended minimal Doctrine Bundle version is 2.15 to run with ORM 3.

At this point, we recommend upgrading to PHP 8.4 first and then directly from ORM 2.19 to 3.5 and up so that you can skip the lazy ghost proxy generation and directly start using native lazy objects.

Upgrade to 3.5

See the General notes to upgrading to 3.x versions above.

Deprecate not using native lazy objects on PHP 8.4+

Having native lazy objects disabled on PHP 8.4+ is deprecated and will not be possible in 4.0.

You can enable them through configuration:

$config->enableNativeLazyObjects(true);

As a consequence, methods, parameters and commands related to userland lazy objects have been deprecated on PHP 8.4+:

  • Doctrine\ORM\Tools\Console\Command\GenerateProxiesCommand
  • Doctrine\ORM\Configuration::getAutoGenerateProxyClasses()
  • Doctrine\ORM\Configuration::getProxyDir()

... (truncated)

Commits
  • 5a541b8 Merge pull request #12121 from greg0ire/3.5.x
  • 9fb9cc4 Merge remote-tracking branch 'origin/2.20.x' into 3.5.x
  • 781ed30 Merge pull request #12108 from greg0ire/address-deprecations
  • 257c509 Use not nullable columns when part of the primary key
  • 66e0e92 Don't partially mock the AbstractPlatform class (#12114)
  • 64444dc Merge pull request #12088 from greg0ire/quote-parts
  • eb2cd53 Move LazyGhost deprecation to ProxyFactory (#12101)
  • de7140e Address deprecations from doctrine/dbal (#12098)
  • 85d66de Improve comment
  • 1b98be3 Convert test into 2 unit tests
  • Additional commits viewable in compare view

Updates nelmio/api-doc-bundle from 4.38.2 to 5.6.3

Release notes

Sourced from nelmio/api-doc-bundle's releases.

v5.6.3

5.6.3 (2025-10-09)

Miscellaneous Chores

  • deps: bump @​stoplight/elements from 9.0.6 to 9.0.8 in /utils (#2559) (ab71920)
  • deps: bump redoc from 2.5.0 to 2.5.1 in /utils (#2557) (552e1df)
  • deps: bump swagger-ui-dist from 5.29.0 to 5.29.3 in /utils (#2560) (9278d86)

v5.6.2

5.6.2 (2025-09-15)

Miscellaneous Chores

  • deps: bump swagger-ui-dist from 5.28.1 to 5.29.0 in /utils (#2554) (5ad97ac)

v5.6.1

5.6.1 (2025-09-10)

Bug Fixes

  • ModelRegistry: ensure first registered alternative name is used (#2553) (2f3b3b7)

Miscellaneous Chores

  • deps: bump swagger-ui-dist from 5.28.0 to 5.28.1 in /utils (#2548) (dcde65f)

v5.6.0

5.6.0 (2025-09-03)

Features

  • Model: Allow customizing the name of generated schemas. (#2542) (6a12188)

v5.5.1

5.5.1 (2025-09-01)

Miscellaneous Chores

  • deps: bump swagger-ui-dist from 5.27.1 to 5.28.0 in /utils (#2538) (0f86e76)

v5.5.0

What's Changed

... (truncated)

Changelog

Sourced from nelmio/api-doc-bundle's changelog.

5.6.3 (2025-10-09)

Miscellaneous Chores

  • deps: bump @​stoplight/elements from 9.0.6 to 9.0.8 in /utils (#2559) (ab71920)
  • deps: bump redoc from 2.5.0 to 2.5.1 in /utils (#2557) (552e1df)
  • deps: bump swagger-ui-dist from 5.29.0 to 5.29.3 in /utils (#2560) (9278d86)

5.6.2 (2025-09-15)

Miscellaneous Chores

  • deps: bump swagger-ui-dist from 5.28.1 to 5.29.0 in /utils (#2554) (5ad97ac)

5.6.1 (2025-09-10)

Bug Fixes

  • ModelRegistry: ensure first registered alternative name is used (#2553) (2f3b3b7)

Miscellaneous Chores

  • deps: bump swagger-ui-dist from 5.28.0 to 5.28.1 in /utils (#2548) (dcde65f)

5.6.0 (2025-09-03)

Features

  • Model: Allow customizing the name of generated schemas. (#2542) (6a12188)

5.5.1 (2025-09-01)

Miscellaneous Chores

  • deps: bump swagger-ui-dist from 5.27.1 to 5.28.0 in /utils (#2538) (0f86e76)

5.5.0

  • Schemas deduplication now compare generated schemas to reduce automatically named schemas (Entity / Entity2 / Entity3 / ...).
  • Added support for generic types describing

5.3.0

Added support for Symfony's TranslatableInterface

5.2.1

... (truncated)

Commits
  • 8b1cb33 chore(5.x): release 5.6.3 (#2562)
  • 552e1df chore(deps): bump redoc from 2.5.0 to 2.5.1 in /utils (#2557)
  • ab71920 chore(deps): bump @​stoplight/elements from 9.0.6 to 9.0.8 in /utils (#2559)
  • 9278d86 chore(deps): bump swagger-ui-dist from 5.29.0 to 5.29.3 in /utils (#2560)
  • 8a505e6 docs: fix swagger examples broken link (#2561)
  • 9b7ece3 chore(5.x): release 5.6.2 (#2555)
  • 5ad97ac chore(deps): bump swagger-ui-dist from 5.28.1 to 5.29.0 in /utils (#2554)
  • 0b8b603 chore(5.x): release 5.6.1 (#2549)
  • 2f3b3b7 fix(ModelRegistry): ensure first registered alternative name is used (#2553)
  • dcde65f chore(deps): bump swagger-ui-dist from 5.28.0 to 5.28.1 in /utils (#2548)
  • Additional commits viewable in compare view

Updates zircote/swagger-php from 4.11.1 to 5.4.2

Release notes

Sourced from zircote/swagger-php's releases.

5.4.2

What's Changed

Full Changelog: zircote/swagger-php@5.4.1...5.4.2

5.4.1

What's Changed

Full Changelog: zircote/swagger-php@5.4.0...5.4.1

5.4.0

What's Changed

New Contributors

Full Changelog: zircote/swagger-php@5.3.2...5.4.0

5.3.2

What's Changed

Full Changelog: zircote/swagger-php@5.3.1...5.3.2

5.3.1

What's Changed

Full Changelog: zircote/swagger-php@5.3.0...5.3.1

... (truncated)

Commits

Updates doctrine/doctrine-fixtures-bundle from 4.1.0 to 4.2.0

Release notes

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

4.2.0

Release Notes for 4.2.0

Feature release (minor)

4.2.0

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

Improvement

4.1.1

Release Notes for 4.1.1

4.1.x bugfix release (patch)

4.1.1

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

Documentation

Commits
  • cd58d77 Merge pull request #526 from greg0ire/4.2.x
  • 8fe55be Merge remote-tracking branch 'origin/4.1.x' into 4.2.x
  • eca8f3e Merge pull request #523 from doctrine/3.7.x
  • a9b3742 Merge pull request #522 from dmaicher/support_doctrine_bundle_3
  • 559244d Add support for doctrine/doctrine-bundle 3.0
  • 0afaecd Merge pull request #520 from doctrine/dependabot/github_actions/3.7.x/doctrin...
  • f23d0ca Upgrade to doctrine/coding-standard 14
  • 520dad8 Bump doctrine/.github from 7.3.0 to 8.0.0
  • 44558ef Merge pull request #521 from greg0ire/backport-conversion
  • 837cc57 Migrate service config from XML to PHP
  • Additional commits viewable in compare view

Updates phpunit/phpunit from 12.3.14 to 12.4.1

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 12.4.1

Fixed

  • #6364: --filter format used by PhpStorm stopped working
  • #6378: Wrong method name passed to DataProviderMethodCalled event value object

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

Keep up to date with PHPUnit:

PHPUnit 12.4.0

Added

  • #6277: Allow tests to opt out of the validation that a data provider method does not provide data sets with more values than a test method accepts
  • #6341: Support for regular expressions with #[IgnoreDeprecations] attribute
  • #6354: Invokable constraints

Deprecated

  • #6284: #[RunClassInSeparateProcess] attribute
  • #6355: Support for version constraint string argument without explicit version comparison operator

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

Keep up to date with PHPUnit:

PHPUnit 12.3.15

Fixed

  • #6368: failOnPhpunitWarning="false" has no effect

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

Keep up to date with PHPUnit:

Changelog

Sourced from phpunit/phpunit's changelog.

12.4.1 - 2025-10-09

Fixed

  • #6364: --filter format used by PhpStorm stopped working
  • #6378: Wrong method name passed to DataProviderMethodCalled event value object

12.4.0 - 2025-10-03

Added

  • #6277: Allow tests to opt out of the validation that a data provider method does not provide data sets with more values than a test method accepts
  • #6341: Support for regular expressions with #[IgnoreDeprecations] attribute
  • #6354: Invokable constraints

Deprecated

  • #6284: #[RunClassInSeparateProcess] attribute
  • #6355: Support for version constraint string argument without explicit version comparison operator
Commits

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

…dates

Bumps the dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [doctrine/doctrine-migrations-bundle](https://github.com/doctrine/DoctrineMigrationsBundle) | `3.4.2` | `3.5.0` |
| [doctrine/orm](https://github.com/doctrine/orm) | `2.20.6` | `3.5.2` |
| [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) | `4.38.2` | `5.6.3` |
| [zircote/swagger-php](https://github.com/zircote/swagger-php) | `4.11.1` | `5.4.2` |
| [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) | `4.1.0` | `4.2.0` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `12.3.14` | `12.4.1` |



Updates `doctrine/doctrine-migrations-bundle` from 3.4.2 to 3.5.0
- [Release notes](https://github.com/doctrine/DoctrineMigrationsBundle/releases)
- [Commits](doctrine/DoctrineMigrationsBundle@3.4.2...3.5.0)

Updates `doctrine/orm` from 2.20.6 to 3.5.2
- [Release notes](https://github.com/doctrine/orm/releases)
- [Upgrade guide](https://github.com/doctrine/orm/blob/3.5.x/UPGRADE.md)
- [Commits](doctrine/orm@2.20.6...3.5.2)

Updates `nelmio/api-doc-bundle` from 4.38.2 to 5.6.3
- [Release notes](https://github.com/nelmio/NelmioApiDocBundle/releases)
- [Changelog](https://github.com/nelmio/NelmioApiDocBundle/blob/5.x/CHANGELOG.md)
- [Commits](nelmio/NelmioApiDocBundle@v4.38.2...v5.6.3)

Updates `zircote/swagger-php` from 4.11.1 to 5.4.2
- [Release notes](https://github.com/zircote/swagger-php/releases)
- [Commits](zircote/swagger-php@4.11.1...5.4.2)

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

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

---
updated-dependencies:
- dependency-name: doctrine/doctrine-migrations-bundle
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: doctrine/orm
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: nelmio/api-doc-bundle
  dependency-version: 5.6.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: zircote/swagger-php
  dependency-version: 5.4.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: doctrine/doctrine-fixtures-bundle
  dependency-version: 4.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: phpunit/phpunit
  dependency-version: 12.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Oct 13, 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.

0 participants