Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the php-prod group with 8 updates in the / directory:

Package From To
doctrine/doctrine-bundle 2.13.2 2.18.0
doctrine/doctrine-migrations-bundle 3.4.1 3.5.0
doctrine/orm 3.3.2 3.5.2
nelmio/security-bundle 3.4.2 3.6.0
pagerfanta/pagerfanta 4.7.1 4.7.2
ramsey/uuid 4.7.6 4.9.1
twig/extra-bundle 3.20.0 3.21.0
twig/intl-extra 3.20.0 3.21.0

Updates doctrine/doctrine-bundle from 2.13.2 to 2.18.0

Release notes

Sourced from doctrine/doctrine-bundle's releases.

2.18.0

Release Notes for 2.18.0

Feature release (minor)

2.18.0

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

Deprecation

2.17.2

Release Notes for 2.17.2

2.17.x bugfix release (patch)

2.17.2

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

Bugfixes

CI

2.17.1

Release Notes for 2.17.1

2.17.1

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

Bugfixes

... (truncated)

Commits
  • cd5d4da Merge pull request #2095 from doctrine/2.17.x-merge-up-into-2.18.x_LXv6IL5P
  • 2543589 Merge pull request #2092 from greg0ire/broken-compat-2
  • 03a97af Merge pull request #2093 from greg0ire/revert-breaking-change
  • 6846ad1 Merge pull request #2094 from greg0ire/dev-file
  • f0b4bb3 Use the development file
  • 262a4b6 Revert "Deprecate passing an event manager to CF::createConnection()"
  • a69e11e Restore some more lines from v6 of the bridge
  • 58fc28d Merge pull request #2090 from greg0ire/update-branch-metadata
  • 2b52637 Merge pull request #2089 from greg0ire/deprecs
  • 087c7eb Update branch metadata
  • Additional commits viewable in compare view

Updates doctrine/doctrine-migrations-bundle from 3.4.1 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

3.4.2

Release Notes for 3.4.2

3.4.x bugfix release (patch)

... (truncated)

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 3.3.2 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)

Commits
  • 5a541b8 Merge pull request #12121 from greg0ire/3.5.x
  • 9fb9cc4 Merge remote-tracking branch 'origin/2.20.x' into 3.5.x
  • c322c71 Merge pull request #12120 from greg0ire/fix-broken-comments
  • 3c733a2 Add missing phpdoc
  • 5984ad5 Fix broken phpdoc comments
  • ee2c3a5 Merge pull request #12097 from mvorisek/add_fixed_id_insert_count_query_test
  • 781ed30 Merge pull request #12108 from greg0ire/address-deprecations
  • 04694a9 Merge pull request #11835 from gseidel/fix-pre-persist-call-persist
  • 257c509 Use not nullable columns when part of the primary key
  • 66e0e92 Don't partially mock the AbstractPlatform class (#12114)
  • Additional commits viewable in compare view

Updates nelmio/security-bundle from 3.4.2 to 3.6.0

Release notes

Sourced from nelmio/security-bundle's releases.

v3.6.0

What's Changed

New Contributors

Full Changelog: nelmio/NelmioSecurityBundle@v3.5.1...v3.6.0

v3.5.1

What's Changed

Full Changelog: nelmio/NelmioSecurityBundle@v3.5.0...v3.5.1

v3.5.0

What's Changed

Full Changelog: nelmio/NelmioSecurityBundle@v3.4.2...v3.5.0

Commits

Updates pagerfanta/pagerfanta from 4.7.1 to 4.7.2

Changelog

Sourced from pagerfanta/pagerfanta's changelog.

4.7.2 (2025-10-12)

  • #62 Remove some PHPStan annotations from Pagerfanta\PagerfantaInterface and Pagerfanta\Pagerfanta to resolve downstream compatibility issues
Commits

Updates ramsey/uuid from 4.7.6 to 4.9.1

Release notes

Sourced from ramsey/uuid's releases.

4.9.1

Fixed

  • Allow brick/math version ^0.14; fixed in #617.
  • Default to microtime() instead of DateTimeImmutable in Ramsey\Uuid\Generator\UnixTimeGenerator.

New Contributors

Full Changelog: ramsey/uuid@4.9.0...4.9.1

4.9.0

Added

  • Add new @pure annotations to the following (#605):
    • Ramsey\Uuid\Codec\CodecInterface::encode()
    • Ramsey\Uuid\Codec\CodecInterface::encodeBinary()
    • Ramsey\Uuid\Codec\CodecInterface::decode()
    • Ramsey\Uuid\Codec\CodecInterface::decodeBytes()
    • Ramsey\Uuid\Fields\FieldsInterface::getBytes()
    • Ramsey\Uuid\Math\CalculatorInterface::add()
    • Ramsey\Uuid\Math\CalculatorInterface::subtract()
    • Ramsey\Uuid\Math\CalculatorInterface::multiply()
    • Ramsey\Uuid\Math\CalculatorInterface::divide()
    • Ramsey\Uuid\Math\CalculatorInterface::fromBase()
    • Ramsey\Uuid\Math\CalculatorInterface::toBase()
    • Ramsey\Uuid\Math\CalculatorInterface::toHexadecimal()
    • Ramsey\Uuid\Math\CalculatorInterface::toInteger()
    • Ramsey\Uuid\Nonstandard\Uuid
    • Ramsey\Uuid\Rfc4122\Fields::isMax()
    • Ramsey\Uuid\Rfc4122\FieldsInterface::getVersion()
    • Ramsey\Uuid\Rfc4122\FieldsInterface::isNil()
    • Ramsey\Uuid\Type\Time::getSeconds()
    • Ramsey\Uuid\Type\Time::getMicroseconds()
    • Ramsey\Uuid\Type\TypeInterface::toString()
    • Ramsey\Uuid\UuidInterface::getBytes()
    • Ramsey\Uuid\UuidInterface::toString()
    • Ramsey\Uuid\Validator\ValidatorInterface::validate()

Fixed

  • Restore the @pure annotations that were removed in 4.8.0 (#603).

Full Changelog: ramsey/uuid@4.8.1...4.9.0

4.8.1

Fixed

... (truncated)

Changelog

Sourced from ramsey/uuid's changelog.

4.9.1 - 2025-09-04

Fixed

  • Allow brick/math version ^0.14; fixed in #617.
  • Default to microtime() instead of DateTimeImmutable in Ramsey\Uuid\Generator\UnixTimeGenerator.

4.9.0 - 2025-06-25

Added

  • Add new @pure annotations to the following (#605):
    • Ramsey\Uuid\Codec\CodecInterface::encode()
    • Ramsey\Uuid\Codec\CodecInterface::encodeBinary()
    • Ramsey\Uuid\Codec\CodecInterface::decode()
    • Ramsey\Uuid\Codec\CodecInterface::decodeBytes()
    • Ramsey\Uuid\Fields\FieldsInterface::getBytes()
    • Ramsey\Uuid\Math\CalculatorInterface::add()
    • Ramsey\Uuid\Math\CalculatorInterface::subtract()
    • Ramsey\Uuid\Math\CalculatorInterface::multiply()
    • Ramsey\Uuid\Math\CalculatorInterface::divide()
    • Ramsey\Uuid\Math\CalculatorInterface::fromBase()
    • Ramsey\Uuid\Math\CalculatorInterface::toBase()
    • Ramsey\Uuid\Math\CalculatorInterface::toHexadecimal()
    • Ramsey\Uuid\Math\CalculatorInterface::toInteger()
    • Ramsey\Uuid\Nonstandard\Uuid
    • Ramsey\Uuid\Rfc4122\Fields::isMax()
    • Ramsey\Uuid\Rfc4122\FieldsInterface::getVersion()
    • Ramsey\Uuid\Rfc4122\FieldsInterface::isNil()
    • Ramsey\Uuid\Type\Time::getSeconds()
    • Ramsey\Uuid\Type\Time::getMicroseconds()
    • Ramsey\Uuid\Type\TypeInterface::toString()
    • Ramsey\Uuid\UuidInterface::getBytes()
    • Ramsey\Uuid\UuidInterface::toString()
    • Ramsey\Uuid\Validator\ValidatorInterface::validate()

Fixed

  • Restore the @pure annotations that were removed in 4.8.0 (#603).

4.8.1 - 2025-06-01

Fixed

  • This tagged release ensures the stable documentation build matches the current stable release.

4.8.0 - 2025-06-01

... (truncated)

Commits
  • 81f941f Prepare release 4.9.1
  • 592a97d Add support for brick/math 0.14 (#617)
  • 101bb3a chore(deps): bump actions/checkout from 4 to 5
  • 169ad8c chore(deps-dev): bump phpstan/phpstan-phpunit from 2.0.6 to 2.0.7
  • 147757c chore(deps-dev): bump captainhook/captainhook from 5.25.6 to 5.25.10
  • 7e9509d chore(deps-dev): bump phpstan/phpdoc-parser from 2.1.0 to 2.2.0
  • 2c22065 chore(deps-dev): bump captainhook/captainhook from 5.25.5 to 5.25.6
  • 0ff3d8d chore(deps-dev): bump myclabs/deep-copy from 1.13.1 to 1.13.3
  • 4025078 chore(deps-dev): bump dealerdirect/phpcodesniffer-composer-installer
  • f239d6c Default to microtime() instead of DateTimeImmutable
  • Additional commits viewable in compare view

Updates twig/extra-bundle from 3.20.0 to 3.21.0

Commits

Updates twig/intl-extra from 3.20.0 to 3.21.0

Commits

Updates twig/twig from 3.20.0 to 3.21.1

Changelog

Sourced from twig/twig's changelog.

3.21.1 (2025-05-03)

  • Fix ExtensionSet usage of BinaryOperatorExpressionParser

3.21.0 (2025-05-02)

  • Fix wrong array index
  • Deprecate Template::loadTemplate()
  • Fix testing and expression when it evaluates to an instance of Markup
  • Add ReturnPrimitiveTypeInterface (and sub-interfaces for number, boolean, string, and array)
  • Add SupportDefinedTestInterface for expression nodes supporting the defined test
  • Deprecate using the | operator in an expression with + or - without using parentheses to clarify precedence
  • Deprecate operator precedence outside of the [0, 512] range
  • Introduce expression parser classes to describe operators and operands provided by extensions instead of arrays (it comes with many deprecations that are documented in the deprecated documentation chapter)
  • Deprecate the Twig\ExpressionParser, and Twig\OperatorPrecedenceChange classes
  • Add attributes AsTwigFilter, AsTwigFunction, and AsTwigTest to ease extension development
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

Bumps the php-prod group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) | `2.13.2` | `2.18.0` |
| [doctrine/doctrine-migrations-bundle](https://github.com/doctrine/DoctrineMigrationsBundle) | `3.4.1` | `3.5.0` |
| [doctrine/orm](https://github.com/doctrine/orm) | `3.3.2` | `3.5.2` |
| [nelmio/security-bundle](https://github.com/nelmio/NelmioSecurityBundle) | `3.4.2` | `3.6.0` |
| [pagerfanta/pagerfanta](https://github.com/BabDev/Pagerfanta) | `4.7.1` | `4.7.2` |
| [ramsey/uuid](https://github.com/ramsey/uuid) | `4.7.6` | `4.9.1` |
| [twig/extra-bundle](https://github.com/twigphp/twig-extra-bundle) | `3.20.0` | `3.21.0` |
| [twig/intl-extra](https://github.com/twigphp/intl-extra) | `3.20.0` | `3.21.0` |



Updates `doctrine/doctrine-bundle` from 2.13.2 to 2.18.0
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases)
- [Commits](doctrine/DoctrineBundle@2.13.2...2.18.0)

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

Updates `doctrine/orm` from 3.3.2 to 3.5.2
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](doctrine/orm@3.3.2...3.5.2)

Updates `nelmio/security-bundle` from 3.4.2 to 3.6.0
- [Release notes](https://github.com/nelmio/NelmioSecurityBundle/releases)
- [Changelog](https://github.com/nelmio/NelmioSecurityBundle/blob/master/CHANGELOG.md)
- [Commits](nelmio/NelmioSecurityBundle@v3.4.2...v3.6.0)

Updates `pagerfanta/pagerfanta` from 4.7.1 to 4.7.2
- [Changelog](https://github.com/BabDev/Pagerfanta/blob/4.x/CHANGELOG.md)
- [Commits](BabDev/Pagerfanta@v4.7.1...v4.7.2)

Updates `ramsey/uuid` from 4.7.6 to 4.9.1
- [Release notes](https://github.com/ramsey/uuid/releases)
- [Changelog](https://github.com/ramsey/uuid/blob/4.x/CHANGELOG.md)
- [Commits](ramsey/uuid@4.7.6...4.9.1)

Updates `twig/extra-bundle` from 3.20.0 to 3.21.0
- [Commits](twigphp/twig-extra-bundle@v3.20.0...v3.21.0)

Updates `twig/intl-extra` from 3.20.0 to 3.21.0
- [Commits](twigphp/intl-extra@v3.20.0...v3.21.0)

Updates `twig/twig` from 3.20.0 to 3.21.1
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](twigphp/Twig@v3.20.0...v3.21.1)

---
updated-dependencies:
- dependency-name: doctrine/doctrine-bundle
  dependency-version: 2.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-prod
- dependency-name: doctrine/doctrine-migrations-bundle
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-prod
- dependency-name: doctrine/orm
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-prod
- dependency-name: nelmio/security-bundle
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-prod
- dependency-name: pagerfanta/pagerfanta
  dependency-version: 4.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-prod
- dependency-name: ramsey/uuid
  dependency-version: 4.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-prod
- dependency-name: twig/extra-bundle
  dependency-version: 3.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-prod
- dependency-name: twig/intl-extra
  dependency-version: 3.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-prod
- dependency-name: twig/twig
  dependency-version: 3.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-prod
...

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 Oct 13, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

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.

2 participants