Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 4 updates in the / directory: doctrine/orm, nelmio/api-doc-bundle, zircote/swagger-php and phpunit/phpunit.

Updates doctrine/orm from 2.20.8 to 3.5.7

Release notes

Sourced from doctrine/orm's releases.

3.5.7

Release Notes for 3.5.7

3.5.x bugfix release (patch)

3.5.7

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

Bugfixes

3.5.6

Release Notes for 3.5.6

3.5.x bugfix release (patch)

3.5.6

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

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

3.5.5

Release Notes for 3.5.5

3.5.5

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

This release was intended to contain the changes from https://github.com/doctrine/orm/releases/tag/2.20.8, but doesn't. Use 3.5.6 instead.

3.5.4

Release Notes for 3.5.4

3.5.x bugfix release (patch)

3.5.4

  • Total issues resolved: 0

... (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.

  • Use of @deprecated docblock that is detected by IDEs (like PHPStorm) or Static Analysis tools (like Psalm, phpstan)
  • Use of our low-overhead runtime deprecation API, details: https://github.com/doctrine/deprecations/

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
  • f18de9d Merge pull request #12269 from greg0ire/3.5.x
  • 37f76a8 Undo merge from 3.6.x into 3.5.x
  • b622922 Merge pull request #12265 from greg0ire/3.5.x
  • b138395 Merge remote-tracking branch 'origin/2.20.x' into 3.5.x
  • dede2d7 Merge pull request #12262 from greg0ire/address-dbal-depr
  • c502190 Address default expression deprecation
  • 7d8e51c Merge pull request #12250 from greg0ire/3.5.x
  • 2f8f1cf Merge remote-tracking branch 'origin/2.20.x' into 3.5.x
  • ffd3f50 Merge pull request #12244 from greg0ire/3.6.x
  • 483b45d Merge remote-tracking branch 'origin/3.5.x' into 3.6.x
  • Additional commits viewable in compare view

Updates nelmio/api-doc-bundle from 4.38.5 to 5.8.1

Release notes

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

v5.8.1

5.8.1 (2025-11-14)

Bug Fixes

  • configuration: validate type_info option on Symfony 6 (#2615) (3d96b9a)

v5.8.0

5.8.0 (2025-11-14)

Features

  • #2502: refactor Model::$type from property-info to type-info Type (ef14213)

Bug Fixes

  • trigger_deprecation: incorrect & missing trigger_deprecation in Model class (#2613) (52858e6)

Miscellaneous Chores

  • php: bump minimum to php 8.2 (#2611) (95b2057)
  • symfony: bumped minimum version for Symfony 7 from ^7.1 to ^7.2 (ef14213)

v5.7.1

5.7.1 (2025-11-13)

Bug Fixes

v5.7.0

5.7.0 (2025-11-10)

Features

  • Implement Ulid type description in ClassDescriber (#2556) (5666ba1)

Bug Fixes

Miscellaneous Chores

... (truncated)

Changelog

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

5.8.1 (2025-11-14)

Bug Fixes

  • configuration: validate type_info option on Symfony 6 (#2615) (3d96b9a)

5.8.0 (2025-11-14)

Features

  • #2502: refactor Model::$type from property-info to type-info Type (ef14213)

Bug Fixes

  • trigger_deprecation: incorrect & missing trigger_deprecation in Model class (#2613) (52858e6)

Miscellaneous Chores

  • php: bump minimum to php 8.2 (#2611) (95b2057)
  • symfony: bumped minimum version for Symfony 7 from ^7.1 to ^7.2 (ef14213)

5.7.1 (2025-11-13)

Bug Fixes

5.7.0 (2025-11-10)

Features

  • Implement Ulid type description in ClassDescriber (#2556) (5666ba1)

Bug Fixes

Miscellaneous Chores

  • deps: bump @​stoplight/elements from 9.0.8 to 9.0.11 in /utils (#2585) (ac85a09)
  • deps: bump swagger-ui-dist from 5.29.5 to 5.30.2 in /utils (#2586) (c37c801)

... (truncated)

Commits
  • 16e139b chore(5.x): release 5.8.1 (#2616)
  • 3d96b9a fix(configuration): validate type_info option on Symfony 6 (#2615)
  • f8f18b4 chore(5.x): release 5.8.0 (#2609)
  • 52858e6 fix(trigger_deprecation): incorrect & missing trigger_deprecation in Model ...
  • 839276d refactor: add symfony/type-info: ^7.2 dependency (#2610)
  • 95b2057 chore(php): bump minimum to php 8.2 (#2611)
  • ef14213 feat(#2502): refactor Model::$type from property-info to type-info Type (...
  • b978e17 ci(composer): ignore symfony cve (#2607)
  • 772d26a chore(5.x): release 5.7.1 (#2600)
  • 06e1c73 ci(backport): fix backport PR not running workflow (#2601)
  • Additional commits viewable in compare view

Updates zircote/swagger-php from 4.11.1 to 5.7.3

Release notes

Sourced from zircote/swagger-php's releases.

5.7.3

What's Changed

Full Changelog: zircote/swagger-php@5.7.2...5.7.3

5.7.2

What's Changed

Full Changelog: zircote/swagger-php@5.7.1...5.7.2

5.7.1

What's Changed

Full Changelog: zircote/swagger-php@5.7.0...5.7.1

5.7.0

What's Changed

Full Changelog: zircote/swagger-php@5.6.1...5.7.0

5.6.1

What's Changed

Full Changelog: zircote/swagger-php@5.6.0...5.6.1

5.6.0

What's Changed

... (truncated)

Commits
  • 4d0d308 Consider oneOf, allOf and anyOf when deciding on whether to modify the ...
  • 2b832aa Allow to toggle 'merge Components' and default to false (#1849)
  • 9cf6abe Handle Mixed union type incl. array in LegacyTypeResolver (#1844)
  • 374262e Handle legacy MediaType::encoding values (#1845)
  • 8542c1f Expand test matrix (#1842)
  • 91b81c3 Fix parameter name matching in method docblocks for LegacyTypeResolver (#1843)
  • 1449b0a Merge multiple Components into a single one (#1836)
  • 39fcd46 Add Encoding annotation to manage MediaType encodings (#1835)
  • 3591dc9 fix: Check for null before checking method_exists on reflector (#1833)
  • 62bd9df Add contentEncoding and contentMediaType to Schema (#1831)
  • Additional commits viewable in compare view

Updates phpunit/phpunit from 12.4.3 to 12.4.4

Release notes

Sourced from phpunit/phpunit's releases.

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.
Changelog

Sourced from phpunit/phpunit's changelog.

[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
Commits
  • 9253ec7 Prepare release
  • d824ac1 Update ChangeLog
  • 4f2bc5d Remove unnecessary filter
  • d61d350 Skip test if pcntl not available, remove require-dev
  • 2acafcf ShutdownHandler does not output in child processes
  • 8a84b2a Add failing test for ShutdownHandler with child process
  • 08125f0 Merge branch '11.5' into 12.4
  • 7b508fa Merge branch '10.5' into 11.5
  • 72d36e8 Merge branch '9.6' into 10.5
  • 0f63f90 Merge branch '8.5' into 9.6
  • 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

…dates

Bumps the dependencies group with 4 updates in the / directory: [doctrine/orm](https://github.com/doctrine/orm), [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle), [zircote/swagger-php](https://github.com/zircote/swagger-php) and [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit).


Updates `doctrine/orm` from 2.20.8 to 3.5.7
- [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.8...3.5.7)

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

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

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

---
updated-dependencies:
- dependency-name: doctrine/orm
  dependency-version: 3.5.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: nelmio/api-doc-bundle
  dependency-version: 5.8.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: zircote/swagger-php
  dependency-version: 5.7.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: phpunit/phpunit
  dependency-version: 12.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: 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 Nov 22, 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