Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

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

Release notes

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

3.6.0

Release Notes for 3.6.0

Feature release (minor)

3.6.0

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

Improvements

Commits
  • 49ecc56 Merge pull request #624 from doctrine/3.5.x
  • 6e68062 Merge pull request #622 from javiereguiluz/sf8
  • a3cfb5b Add support for Symfony 8
  • 709a1c7 Merge pull request #623 from greg0ire/update-branch-metadata
  • 1c2d644 Remove "branchName" property on unmaintained branches
  • 18b93a5 Update branch metadata
  • 0bdf66c Merge pull request #621 from javiereguiluz/fix_sf_bundle_config
  • 11d6978 Update the Symfony bundle configuration
  • 233eedb Merge pull request #620 from doctrine/dependabot/github_actions/doctrine/dot-...
  • b819a47 Bump doctrine/.github from 12.1.0 to 12.2.0
  • Additional commits viewable in compare view

Updates doctrine/orm from 2.20.7 to 3.5.3

Release notes

Sourced from doctrine/orm's releases.

3.5.3

Release Notes for 3.5.3

3.5.x bugfix release (patch)

3.5.3

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

Bugfixes

Test Suite

CI

Documentation

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

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

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

Deprecate specifying nullable on columns that end up being used in a primary key

Specifying nullable on join columns that are part of a primary key is deprecated and will be an error in 4.0.

This can happen when using a join column mapping together with an id mapping, or when using a join column mapping or an inverse join column mapping on a many-to-many relationship.

 class User
 {
     #[ORM\Id]
     #[ORM\Column(type: 'integer')]
     private int $id;
 #[ORM\Id]
 #[ORM\ManyToOne(targetEntity: Family::class, inversedBy: 'users')]


#[ORM\JoinColumn(name: 'family_id', referencedColumnName: 'id', nullable: true)]
</tr></table>

... (truncated)

Commits
  • 1220edf Merge pull request #12241 from greg0ire/3.5.x
  • 7e4693d Merge remote-tracking branch 'origin/2.20.x' into 3.5.x
  • 4f36f01 Merge pull request #12236 from eltharin/bugfix_fieldalias_entityInDto
  • f71aa73 bugfix - add fieldAlias for entities in dto
  • c6207b1 Merge pull request #12202 from greg0ire/missing-suffix
  • 8c92903 Specify the length of VARCHAR columns
  • 8616a98 Add missing "Test" suffix
  • 7602a53 Merge pull request #12224 from greg0ire/3.5.x
  • 214b1ad Merge remote-tracking branch 'origin/2.20.x' into 3.5.x
  • See full diff in compare view

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

Release notes

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

v5.6.5

5.6.5 (2025-10-20)

Bug Fixes

Miscellaneous Chores

  • deps: bump redoc from 2.5.1 to 2.5.2 in /utils (#2574) (2b49d55)
  • deps: bump swagger-ui-dist from 5.29.4 to 5.29.5 in /utils (#2575) (f9fd650)

v5.6.4

5.6.4 (2025-10-17)

Bug Fixes

Miscellaneous Chores

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)

... (truncated)

Changelog

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

5.6.5 (2025-10-20)

Bug Fixes

Miscellaneous Chores

  • deps: bump redoc from 2.5.1 to 2.5.2 in /utils (#2574) (2b49d55)
  • deps: bump swagger-ui-dist from 5.29.4 to 5.29.5 in /utils (#2575) (f9fd650)

5.6.4 (2025-10-17)

Bug Fixes

Miscellaneous Chores

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)

... (truncated)

Commits

Updates zircote/swagger-php from 4.11.1 to 5.5.2

Release notes

Sourced from zircote/swagger-php's releases.

5.5.2

What's Changed

Full Changelog: zircote/swagger-php@5.5.1...5.5.2

5.5.1

What's Changed

Full Changelog: zircote/swagger-php@5.5.0...5.5.1

5.5.0

What's Changed

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

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

... (truncated)

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 4 updates in the / directory: [doctrine/doctrine-migrations-bundle](https://github.com/doctrine/DoctrineMigrationsBundle), [doctrine/orm](https://github.com/doctrine/orm), [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) and [zircote/swagger-php](https://github.com/zircote/swagger-php).


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

Updates `doctrine/orm` from 2.20.7 to 3.5.3
- [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.7...3.5.3)

Updates `nelmio/api-doc-bundle` from 4.38.2 to 5.6.5
- [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.5)

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

---
updated-dependencies:
- dependency-name: doctrine/doctrine-migrations-bundle
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: doctrine/orm
  dependency-version: 3.5.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: nelmio/api-doc-bundle
  dependency-version: 5.6.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: zircote/swagger-php
  dependency-version: 5.5.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 Nov 9, 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