Skip to content

Bump the dependencies group with 15 updates #279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps the dependencies group with 15 updates:

Package From To
easycorp/easyadmin-bundle 4.24.4 4.24.5
doctrine/doctrine-bundle 2.13.2 2.13.3
symfony/flex 2.4.7 2.5.0
symfony/lock 7.2.4 7.2.5
symfony/form 7.2.4 7.2.5
symfony/yaml 7.2.3 7.2.5
symfony/cache 7.2.4 7.2.5
symfony/process 7.2.4 7.2.5
symfony/console 7.2.1 7.2.5
symfony/validator 7.2.4 7.2.5
symfony/serializer 7.2.4 7.2.5
symfony/property-info 7.2.3 7.2.5
symfony/framework-bundle 7.2.4 7.2.5
squizlabs/php_codesniffer 3.11.3 3.12.0
doctrine/doctrine-fixtures-bundle 4.0.0 4.1.0

Updates easycorp/easyadmin-bundle from 4.24.4 to 4.24.5

Release notes

Sourced from easycorp/easyadmin-bundle's releases.

4.24.5

New features

[902348bae] Allow to render actions as forms with POST method (@​fracsi)

Bug fixes

[4c1c63b09] Always return to index action when using SAVE_AND_RETURN button (@​fracsi) [4d1ae6b91] Fix redirection after deleting an entity (@​eminjk) [8add1b4d3] Fix issue with inherit Doctrine properties (@​jorisdugue) [68cdc0df4] Upgrade to PHPStan 2.x and fix some issues (@​javiereguiluz) [80caf715c] Fix Chinese translation (@​ywisax) [be093205d][ae9e0daaa][3a84de071] Misc. doc fixes (@​Shadow-Devil, @​LaurentMarquet, @​befresh-mweimerskirch)

Commits
  • dcc64d0 Rebuild web assets
  • 9d0da6e Prepare 4.24.5 release
  • 80caf71 bug #6860 Update EasyAdminBundle.zh_CN.php (ywisax)
  • 3a84de0 minor #6858 Fix documentation about addColumn() method (befresh-mweimerskirch)
  • 68cdc0d minor #6855 Upgrade to PHPStan 2.x (javiereguiluz)
  • 044444e Upgrade to PHPStan 2.x
  • aa578fc Update EasyAdminBundle.zh_CN.php
  • cab02f0 Fix documentation about addColumn() method
  • 3473fca Add a comment
  • 8add1b4 bug #6850 fix(chore): resolve problem of inherit attribute (jorisdugue)
  • Additional commits viewable in compare view

Updates doctrine/doctrine-bundle from 2.13.2 to 2.13.3

Commits
  • aac7562 Fix Dev dependencies stability check
  • 02376ad Bump doctrine/.github from 7.2.1 to 7.2.2 (#1873)
  • edb600c Rename abstract test case classes with deprecated "Test" suffix (#1870)
  • a5f5613 Merge pull request #1866 from doctrine/dependabot/github_actions/doctrine/dot...
  • a622d7f Bump doctrine/.github from 5.3.0 to 7.2.1
  • See full diff in compare view

Updates symfony/flex from 2.4.7 to 2.5.0

Commits
  • 8ce1acd Merge branch '1.x' into 2.x
  • 5cc9859 feature #1032 feat: add ability to skip package.json synchronization (wuchen90)
  • 791e814 feat: add ability to skip package.json synchronization
  • c5941c6 Merge branch '1.x' into 2.x
  • 0491870 bug #1039 Do not synchronize package.json if symfony/flex is not installed (l...
  • 740bc2f Do not synchronize package.json if symfony/flex is not installed
  • c146113 Merge branch '1.x' into 2.x
  • 1aabc8e minor #1038 Fix PHP Parse errors in tests (rosier)
  • 7e76f08 Fix PHP Parse errors in tests.
  • 11d923a Merge branch '1.x' into 2.x
  • Additional commits viewable in compare view

Updates symfony/lock from 7.2.4 to 7.2.5

Release notes

Sourced from symfony/lock's releases.

v7.2.5

Changelog (symfony/lock@v7.2.4...v7.2.5)

  • bug symfony/symfony#60030 [Cache][DoctrineBridge][HttpFoundation][Lock][Messenger] use Table::addPrimaryKeyConstraint() with Doctrine DBAL 4.3+ (@​xabbuh)
Commits
  • 0436a01 use Table::addPrimaryKeyConstraint() with Doctrine DBAL 4.3+
  • See full diff in compare view

Updates symfony/form from 7.2.4 to 7.2.5

Release notes

Sourced from symfony/form's releases.

v7.2.5

Changelog (symfony/form@v7.2.4...v7.2.5)

Commits
  • 81c5d46 Merge branch '6.4' into 7.2
  • 3929e2a [Form] Use duplicate_preferred_choices to set value of ChoiceType
  • 92c1e1f Merge branch '6.4' into 7.2
  • e982e14 fix translation in spanish
  • See full diff in compare view

Updates symfony/yaml from 7.2.3 to 7.2.5

Release notes

Sourced from symfony/yaml's releases.

v7.2.5

Changelog (symfony/yaml@v7.2.4...v7.2.5)

Commits

Updates symfony/cache from 7.2.4 to 7.2.5

Release notes

Sourced from symfony/cache's releases.

v7.2.5

Changelog (symfony/cache@v7.2.4...v7.2.5)

Commits
  • 9131e30 use Table::addPrimaryKeyConstraint() with Doctrine DBAL 4.3+
  • 7d4d3f1 Merge branch '6.4' into 7.2
  • 95af448 [Cache] fix data collector
  • 58665d9 Merge branch '6.4' into 7.2
  • 27f5a82 fix cache data collector on late collect
  • See full diff in compare view

Updates symfony/process from 7.2.4 to 7.2.5

Release notes

Sourced from symfony/process's releases.

v7.2.5

Changelog (symfony/process@v7.2.4...v7.2.5)

Commits
  • 87b7c93 Merge branch '6.4' into 7.2
  • e2a61c1 fix(process): use a pipe for stderr in pty mode to avoid mixed output between...
  • See full diff in compare view

Updates symfony/console from 7.2.1 to 7.2.5

Release notes

Sourced from symfony/console's releases.

v7.2.5

Changelog (symfony/console@v7.2.4...v7.2.5)

Commits
  • e51498e Merge branch '6.4' into 7.2
  • 2e4af9c fix(console): fix progress bar messing output in section when there is an EOL
  • See full diff in compare view

Updates symfony/validator from 7.2.4 to 7.2.5

Release notes

Sourced from symfony/validator's releases.

v7.2.5

Changelog (symfony/validator@v7.2.4...v7.2.5)

  • no significant changes
Commits
  • d7edd7f Merge branch '6.4' into 7.2
  • 9314555 [Validator] Fix typo in uk translation
  • 9950d2e [Validator] Fix docblock of All constraint constructor
  • cf12e1b Merge branch '6.4' into 7.2
  • 12ed8b4 Review validator-related japanese translations with ids 114-120
  • See full diff in compare view

Updates symfony/serializer from 7.2.4 to 7.2.5

Release notes

Sourced from symfony/serializer's releases.

v7.2.5

Changelog (symfony/serializer@v7.2.4...v7.2.5)

Commits
  • d8b75b2 [Serializer] Fix ObjectNormalizer default context with named serializers
  • See full diff in compare view

Updates symfony/property-info from 7.2.3 to 7.2.5

Release notes

Sourced from symfony/property-info's releases.

v7.2.5

Changelog (symfony/property-info@v7.2.4...v7.2.5)

Commits
  • f00fd96 fix: extract no type @param annotation with PhpStanExtractor
  • See full diff in compare view

Updates symfony/framework-bundle from 7.2.4 to 7.2.5

Release notes

Sourced from symfony/framework-bundle's releases.

v7.2.5

Changelog (symfony/framework-bundle@v7.2.4...v7.2.5)

Commits

Updates squizlabs/php_codesniffer from 3.11.3 to 3.12.0

Release notes

Sourced from squizlabs/php_codesniffer's releases.

3.12.0 - 2025-03-18

Added

  • Added support for PHP 8.4 final properties to File::getMemberProperties() through a new is_final array index in the return value. #834
  • Generators/HTML: each section title now has a unique anchor link, which can be copied when hovering over a title. #859
    • This should make sharing a link to a specific section of the documentation more straight-forward.
    • Thanks to Juliette Reinders Folmer for the patch.
  • Documentation for the following sniffs:
    • Squiz.Classes.ClassFileName
    • Squiz.Classes.ValidClassName
    • Thanks to Brian Dunne for the patches.

Changed

  • PHPCBF: the messaging when no fixable errors are found will now distinguish between "No violations" (at all) versus "No fixable errors". #806
  • The -h (Help) option now contains a more extensive list of "config" options which can be set. #809
  • Improved error message when invalid sniff codes are supplied to --sniffs or --exclude command line arguments. #344
  • Improved error message when an invalid generator name is supplied to the --generator command line argument. #709, #771
    • The generator name will now also always be handled case-insensitively, independently of the OS used.
    • Thanks to Rodrigo Primo for the patch.
  • The user will be shown an informative error message for sniffs missing one of the required methods. #873
  • Ruleset processing will now be allowed to run to its conclusion - barring critical errors - before displaying all ruleset errors in one go. #857
    • Previously an error in a ruleset would cause PHPCS to exit immediately and show only one error at a time.
    • Thanks to Juliette Reinders Folmer for the patch.
  • Generators: XML documentation files which don't contain any actual documentation will now silently be ignored. #755
  • Generators: when the title attribute is missing, the documentation generation will now fall back to the sniff name as the title. #820
  • Generators: cleaner output based on the elements of the documentation which are available. #819, #821
  • Generators/HTML: improved display of code tables by using semantic HTML. #854
  • Squiz.Classes.ClassFileName: recommend changing the file name instead of changing the class name. #845
    • This prevents unactionable recommendations due to the file name not translating to a valid PHP symbol name.
    • Thanks to Juliette Reinders Folmer for the patch.
  • Squiz.Functions.FunctionDeclarationArgumentSpacing: incorrect spacing after a comma followed by a promoted property has an improved error message and will now be flagged with the SpacingBeforePropertyModifier or NoSpaceBeforePropertyModifier error codes. #792
    • This was previously already flagged, but using either the SpacingBeforeHint or NoSpaceBeforeHint error code, which was misleading.
    • Thanks to Juliette Reinders Folmer for the patch.
  • Squiz.Functions.FunctionDeclarationArgumentSpacing: the sniff will now also check the spacing after property modifiers for promoted properties in constructor methods. #792
  • Squiz.WhiteSpace.ScopeKeywordSpacing: the sniff will now also check the spacing after the final and abstract modifier keywords. #604
  • The following sniff(s) have received efficiency improvements:
  • Incorrectly set inline properties (in test case files) will be silently ignored again. #884

... (truncated)

Changelog

Sourced from squizlabs/php_codesniffer's changelog.

[3.12.0] - 2025-03-18

Added

  • Added support for PHP 8.4 final properties to File::getMemberProperties() through a new is_final array index in the return value. #834
  • Generators/HTML: each section title now has a unique anchor link, which can be copied when hovering over a title. #859
    • This should make sharing a link to a specific section of the documentation more straight-forward.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Documentation for the following sniffs:
    • Squiz.Classes.ClassFileName
    • Squiz.Classes.ValidClassName
    • Thanks to [Brian Dunne][@​braindawg] for the patches.

Changed

  • PHPCBF: the messaging when no fixable errors are found will now distinguish between "No violations" (at all) versus "No fixable errors". #806
  • The -h (Help) option now contains a more extensive list of "config" options which can be set. #809
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Improved error message when invalid sniff codes are supplied to --sniffs or --exclude command line arguments. #344
  • Improved error message when an invalid generator name is supplied to the --generator command line argument. #709, #771
    • The generator name will now also always be handled case-insensitively, independently of the OS used.
    • Thanks to [Rodrigo Primo][@​rodrigoprimo] for the patch.
  • The user will be shown an informative error message for sniffs missing one of the required methods. #873
    • Previously this would result in a fatal error.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Ruleset processing will now be allowed to run to its conclusion - barring critical errors - before displaying all ruleset errors in one go. #857
    • Previously an error in a ruleset would cause PHPCS to exit immediately and show only one error at a time.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Generators: XML documentation files which don't contain any actual documentation will now silently be ignored. #755
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Generators: when the title attribute is missing, the documentation generation will now fall back to the sniff name as the title. #820
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Generators: cleaner output based on the elements of the documentation which are available. #819, #821
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Generators/HTML: improved display of code tables by using semantic HTML. #854
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Squiz.Classes.ClassFileName: recommend changing the file name instead of changing the class name. #845
    • This prevents unactionable recommendations due to the file name not translating to a valid PHP symbol name.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Squiz.Functions.FunctionDeclarationArgumentSpacing: incorrect spacing after a comma followed by a promoted property has an improved error message and will now be flagged with the SpacingBeforePropertyModifier or NoSpaceBeforePropertyModifier error codes. #792
    • This was previously already flagged, but using either the SpacingBeforeHint or NoSpaceBeforeHint error code, which was misleading.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Squiz.Functions.FunctionDeclarationArgumentSpacing: the sniff will now also check the spacing after property modifiers for promoted properties in constructor methods. #792
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Squiz.WhiteSpace.ScopeKeywordSpacing: the sniff will now also check the spacing after the final and abstract modifier keywords. #604
    • Thanks to [Klaus Purer][@​klausi] for the patch.
  • The following sniff(s) have received efficiency improvements:
    • Squiz.WhiteSpace.ScopeKeywordSpacing
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patches.

... (truncated)

Commits
  • 2d1b63d Merge pull request #885 from PHPCSStandards/feature/changelog-3.12.0
  • c1bc347 Merge pull request #886 from PHPCSStandards/feature/minor-docs-fixes
  • 85628bd Docs: various minor tweaks
  • 22babe5 Changelog for the 3.12.0 release
  • 97e340e Ruleset: handle invalid sniffs more graciously
  • c6a579e Merge pull request #884 from PHPCSStandards/feature/messagecollector-follow-up
  • 18578da Merge pull request #883 from PHPCSStandards/feature/errorsuppressiontest-mino...
  • 27fd29a Remove some redundant code
  • b4c50bb ErrorSuppressionTest: remove stray line of code
  • d0d4411 Merge pull request #882 from PHPCSStandards/feature/ruleset-setproperty-add-e...
  • Additional commits viewable in compare view

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

Release notes

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

4.1.0

Release Notes for 4.1.0

Feature release (minor)

4.1.0

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

Improvement

Commits
  • a06db6b Merge pull request #505 from doctrine/4.0.x
  • f83d498 Merge pull request #504 from greg0ire/4.0.x
  • d283290 Merge remote-tracking branch 'origin/3.7.x' into 4.0.x
  • 78e2448 Merge pull request #501 from doctrine/dependabot/composer/3.7.x/doctrine/codi...
  • ff70a86 Update doctrine/coding-standard requirement from 12.0.0 to 13.0.0
  • 00739dc Update symfony/phpunit-bridge requirement from 6.4.16 to 7.2.0 (#503)
  • b8bef49 Update phpstan/phpstan requirement from 2.1.8 to 2.1.11 (#502)
  • 6bb5328 Merge pull request #497 from greg0ire/dependabot-php
  • ac08178 Merge pull request #495 from greg0ire/persistence-4-compat
  • 73ae542 Merge pull request #500 from doctrine/4.0.x
  • 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

Bumps the dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [easycorp/easyadmin-bundle](https://github.com/EasyCorp/EasyAdminBundle) | `4.24.4` | `4.24.5` |
| [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) | `2.13.2` | `2.13.3` |
| [symfony/flex](https://github.com/symfony/flex) | `2.4.7` | `2.5.0` |
| [symfony/lock](https://github.com/symfony/lock) | `7.2.4` | `7.2.5` |
| [symfony/form](https://github.com/symfony/form) | `7.2.4` | `7.2.5` |
| [symfony/yaml](https://github.com/symfony/yaml) | `7.2.3` | `7.2.5` |
| [symfony/cache](https://github.com/symfony/cache) | `7.2.4` | `7.2.5` |
| [symfony/process](https://github.com/symfony/process) | `7.2.4` | `7.2.5` |
| [symfony/console](https://github.com/symfony/console) | `7.2.1` | `7.2.5` |
| [symfony/validator](https://github.com/symfony/validator) | `7.2.4` | `7.2.5` |
| [symfony/serializer](https://github.com/symfony/serializer) | `7.2.4` | `7.2.5` |
| [symfony/property-info](https://github.com/symfony/property-info) | `7.2.3` | `7.2.5` |
| [symfony/framework-bundle](https://github.com/symfony/framework-bundle) | `7.2.4` | `7.2.5` |
| [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) | `3.11.3` | `3.12.0` |
| [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) | `4.0.0` | `4.1.0` |


Updates `easycorp/easyadmin-bundle` from 4.24.4 to 4.24.5
- [Release notes](https://github.com/EasyCorp/EasyAdminBundle/releases)
- [Commits](EasyCorp/EasyAdminBundle@v4.24.4...v4.24.5)

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

Updates `symfony/flex` from 2.4.7 to 2.5.0
- [Release notes](https://github.com/symfony/flex/releases)
- [Commits](symfony/flex@v2.4.7...v2.5.0)

Updates `symfony/lock` from 7.2.4 to 7.2.5
- [Release notes](https://github.com/symfony/lock/releases)
- [Changelog](https://github.com/symfony/lock/blob/7.2/CHANGELOG.md)
- [Commits](symfony/lock@v7.2.4...v7.2.5)

Updates `symfony/form` from 7.2.4 to 7.2.5
- [Release notes](https://github.com/symfony/form/releases)
- [Changelog](https://github.com/symfony/form/blob/7.2/CHANGELOG.md)
- [Commits](symfony/form@v7.2.4...v7.2.5)

Updates `symfony/yaml` from 7.2.3 to 7.2.5
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/7.2/CHANGELOG.md)
- [Commits](symfony/yaml@v7.2.3...v7.2.5)

Updates `symfony/cache` from 7.2.4 to 7.2.5
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/7.2/CHANGELOG.md)
- [Commits](symfony/cache@v7.2.4...v7.2.5)

Updates `symfony/process` from 7.2.4 to 7.2.5
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.2/CHANGELOG.md)
- [Commits](symfony/process@v7.2.4...v7.2.5)

Updates `symfony/console` from 7.2.1 to 7.2.5
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.2/CHANGELOG.md)
- [Commits](symfony/console@v7.2.1...v7.2.5)

Updates `symfony/validator` from 7.2.4 to 7.2.5
- [Release notes](https://github.com/symfony/validator/releases)
- [Changelog](https://github.com/symfony/validator/blob/7.2/CHANGELOG.md)
- [Commits](symfony/validator@v7.2.4...v7.2.5)

Updates `symfony/serializer` from 7.2.4 to 7.2.5
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/7.2/CHANGELOG.md)
- [Commits](symfony/serializer@v7.2.4...v7.2.5)

Updates `symfony/property-info` from 7.2.3 to 7.2.5
- [Release notes](https://github.com/symfony/property-info/releases)
- [Changelog](https://github.com/symfony/property-info/blob/7.2/CHANGELOG.md)
- [Commits](symfony/property-info@v7.2.3...v7.2.5)

Updates `symfony/framework-bundle` from 7.2.4 to 7.2.5
- [Release notes](https://github.com/symfony/framework-bundle/releases)
- [Changelog](https://github.com/symfony/framework-bundle/blob/7.2/CHANGELOG.md)
- [Commits](symfony/framework-bundle@v7.2.4...v7.2.5)

Updates `squizlabs/php_codesniffer` from 3.11.3 to 3.12.0
- [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
- [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md)
- [Commits](PHPCSStandards/PHP_CodeSniffer@3.11.3...3.12.0)

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

---
updated-dependencies:
- dependency-name: easycorp/easyadmin-bundle
  dependency-version: 4.24.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: doctrine/doctrine-bundle
  dependency-version: 2.13.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/flex
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/lock
  dependency-version: 7.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/form
  dependency-version: 7.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/yaml
  dependency-version: 7.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/cache
  dependency-version: 7.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/process
  dependency-version: 7.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/console
  dependency-version: 7.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/validator
  dependency-version: 7.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/serializer
  dependency-version: 7.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/property-info
  dependency-version: 7.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/framework-bundle
  dependency-version: 7.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: squizlabs/php_codesniffer
  dependency-version: 3.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: doctrine/doctrine-fixtures-bundle
  dependency-version: 4.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Apr 1, 2025
@github-actions github-actions bot merged commit 857d6f3 into master Apr 1, 2025
9 checks passed
@dependabot dependabot bot deleted the dependabot/composer/dependencies-48ebe5e836 branch April 1, 2025 02:44
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