Skip to content
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

Bump the dependencies group with 15 updates #240

Merged
merged 2 commits into from
Apr 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 15 updates:

Package From To
api-platform/core 3.2.15 3.2.19
phpseclib/phpseclib 3.0.36 3.0.37
phpstan/phpdoc-parser 1.26.0 1.27.0
easycorp/easyadmin-bundle 4.9.3 4.9.4
doctrine/orm 2.17.5 3.1.1
doctrine/doctrine-bundle 2.11.3 2.11.4
symfony/flex 2.4.4 2.4.5
symfony/validator 7.0.4 7.0.5
symfony/http-client 7.0.4 7.0.5
symfony/security-bundle 7.0.4 7.0.5
phpstan/phpstan 1.10.59 1.10.66
symfony/maker-bundle 1.55.1 1.57.0
phpstan/phpstan-symfony 1.3.7 1.3.9
phpstan/phpstan-doctrine 1.3.62 1.3.64
squizlabs/php_codesniffer 3.9.0 3.9.1

Updates api-platform/core from 3.2.15 to 3.2.19

Release notes

Sourced from api-platform/core's releases.

v3.2.19

What's Changed

Full Changelog: api-platform/core@v3.2.18...v3.2.19

v3.2.18

What's Changed

New Contributors

Full Changelog: api-platform/core@v3.2.17...v3.2.18

v3.2.17

What's Changed

Full Changelog: api-platform/core@v3.2.16...v3.2.17

v3.2.16

What's Changed

Full Changelog: api-platform/core@v3.2.15...v3.2.16

Changelog

Sourced from api-platform/core's changelog.

v3.2.19

Bug fixes

v3.2.18

Bug fixes

  • 0073a2a1b fix(serializer): json non-resource intermittent class (HAL & JSON:API) (#6231)
  • 3689ae5f4 fix(hydra): owl:maxCardinality should be an int (#6235)
  • 4b70b7405 fix(jsonschema): generation of non-LD+JSON distinct schema formats (#6236)
  • 818b9cd62 fix(jsonschema): don't skip remaining multiple union types (#6223)
  • 874e4d670 fix(serializer): collection property in an output dto (#6239)

v3.2.17

Bug fixes

v3.2.16

Bug fixes

  • 56744dcfa fix(serializer): fix union types on collection denormalization (#6192)
  • d8e2d0c5e fix(doctrine): doctrine/orm:^3.0 support (#6193)
  • f891f16d5 fix(doctrine): isAssociationInverseSide before getMappedBy (#6197)
Commits
  • 53a45d7 docs: changelog 3.2.19
  • db50a46 fix(doctrine): stateOptions force resource class on collection (#6255)
  • 4adc075 fix: multiple error routes #6214 (#6263)
  • cf20566 docs: use exception compatibility flag
  • 88d88ed fix(doctrine): wrong return type without name converter #6079 (#6254)
  • 0154fbf fix(elasticsearch): wrong namespace for stateOptions (#6260)
  • e3d26c9 test: decorate name converter as symfony interface changed (#6261)
  • 4c5a35f docs: changelog v3.2.18
  • 4b70b74 fix(jsonschema): generation of non-LD+JSON distinct schema formats (#6236)
  • 874e4d6 fix(serializer): collection property in an output dto (#6239)
  • Additional commits viewable in compare view

Updates phpseclib/phpseclib from 3.0.36 to 3.0.37

Release notes

Sourced from phpseclib/phpseclib's releases.

3.0.37

  • SSH2: don't set stream timeout if timeout is 0 (#1986)
Changelog

Sourced from phpseclib/phpseclib's changelog.

3.0.37 - 2024-03-02

  • SSH2: don't set stream timeout if timeout is 0 (#1986)
Commits

Updates phpstan/phpdoc-parser from 1.26.0 to 1.27.0

Release notes

Sourced from phpstan/phpdoc-parser's releases.

1.27.0

  • 86e4d5a - Support for @param-closure-this
  • 8ce0d65 - Support for @param-immediately-invoked-callable and @param-later-invoked-callable
Commits
  • 86e4d5a Support for @param-closure-this
  • 8ce0d65 Support for @param-immediately-invoked-callable and `@param-later-invoked-c...
  • See full diff in compare view

Updates easycorp/easyadmin-bundle from 4.9.3 to 4.9.4

Release notes

Sourced from easycorp/easyadmin-bundle's releases.

4.9.4

Bug fixes

[984a9904] Fix the conditional display of global actions (@​a-r-m-i-n) [92816bbb] Fix the case when referrer in query string is present but empty (@​oleg-andreyev) [d83b976a] Add extra check for empty referrer value in form theme twig template (@​nzhiti) [8664f039] Highlight search results only on searchable fields (@​javiereguiluz) [6f6b3fde] Fix inlined actions not clickable in responsive mode (@​javiereguiluz) [56c98f68] Fix some nested CSS styles (@​javiereguiluz) [271f2d3e] Update French translation (@​Geolim4)

Commits
  • 3af3483 Prepare 4.9.4 release
  • 56c98f6 bug #6197 Fix some nested CSS styles (javiereguiluz)
  • 75e1efc Fix some nested CSS styles
  • 6f6b3fd bug #6196 Fix inlined actions not clickable in responsive mode (javiereguiluz)
  • 6164805 Fix inlined actions not clickable in responsive mode
  • 74c8985 minor #6195 Add a Bootstrap CSS class to form field help (javiereguiluz)
  • 7844748 Add a Bootstrap CSS class to form field help
  • 271f2d3 minor #6194 Fixed #6172 (Geolim4)
  • f9b387e Fixed #6172
  • 8664f03 bug #6188 Highlight search results only on searchable fields (javiereguiluz)
  • Additional commits viewable in compare view

Updates doctrine/orm from 2.17.5 to 3.1.1

Release notes

Sourced from doctrine/orm's releases.

3.1.1

Release Notes for 3.1.1

3.1.1

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

Bug

Documentation

Changes from Lower Branches

  • This release contains all changes of the 2.19.1 release.
  • This release contains all changes of the 2.19.2 release.
  • This release contains all changes of the 2.19.3 release.

3.1.0

Release Notes for 3.1.0

Feature release (minor)

3.1.0

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

Deprecation

Improvement

... (truncated)

Upgrade guide

Sourced from doctrine/orm's upgrade guide.

Upgrade to 3.1

Deprecate Doctrine\ORM\Mapping\ReflectionEnumProperty

This class is deprecated and will be removed in 4.0. Instead, use Doctrine\Persistence\Reflection\EnumReflectionProperty from doctrine/persistence.

Deprecate passing null to ClassMetadata::fullyQualifiedClassName()

Passing null to Doctrine\ORM\ClassMetadata::fullyQualifiedClassName() is deprecated and will no longer be possible in 4.0.

Deprecate array access

Using array access on instances of the following classes is deprecated:

  • Doctrine\ORM\Mapping\DiscriminatorColumnMapping
  • Doctrine\ORM\Mapping\EmbedClassMapping
  • Doctrine\ORM\Mapping\FieldMapping
  • Doctrine\ORM\Mapping\JoinColumnMapping
  • Doctrine\ORM\Mapping\JoinTableMapping

Upgrade to 3.0

BC BREAK: Calling ClassMetadata::getAssociationMappedByTargetField() with the owning side of an association now throws an exception

Previously, calling Doctrine\ORM\Mapping\ClassMetadata::getAssociationMappedByTargetField() with the owning side of an association returned null, which was undocumented, and wrong according to the phpdoc of the parent method.

If you do not know whether you are on the owning or inverse side of an association, you can use Doctrine\ORM\Mapping\ClassMetadata::isAssociationInverseSide() to find out.

BC BREAK: Doctrine\ORM\Proxy\Autoloader no longer extends Doctrine\Common\Proxy\Autoloader

Make sure to use the former when writing a type declaration or an instanceof check.

Minor BC BREAK: Changed order of arguments passed to OneToOne, ManyToOne and Index mapping PHP attributes

To keep PHP mapping attributes consistent, order of arguments passed to above attributes has been changed so $targetEntity is a first argument now. This change affects only non-named arguments usage.

BC BREAK: AUTO keyword for identity generation defaults to IDENTITY for PostgreSQL when using doctrine/dbal 4

When using the AUTO strategy to let Doctrine determine the identity generation mechanism for an entity, and when using doctrine/dbal 4, PostgreSQL now uses IDENTITY instead of SEQUENCE or SERIAL.

... (truncated)

Commits

Updates doctrine/doctrine-bundle from 2.11.3 to 2.11.4

Release notes

Sourced from doctrine/doctrine-bundle's releases.

2.11.4

Release Notes for 2.11.4

2.11.x bugfix release (patch)

2.11.4

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

Bug

Commits
  • f966567 Update the Symfony bundle configuration file
  • 24f94ad Merge pull request #1768 from greg0ire/analyze-middleware
  • d05c094 Analyze Middleware directory
  • aa93d75 Ignore issues about calling internal class from the Doctrine bridge
  • 6afc428 Add missing dependency
  • 63ca45b Document actual key type
  • 7150c1d Fix doctrine:database:create and doctrine:database:drop for Postgresql on DBA...
  • a1b3627 CI: Fix psalm by removing threading
  • See full diff in compare view

Updates symfony/flex from 2.4.4 to 2.4.5

Commits

Updates symfony/validator from 7.0.4 to 7.0.5

Release notes

Sourced from symfony/validator's releases.

v7.0.5

Changelog (symfony/validator@v7.0.4...v7.0.5)

  • no significant changes
Commits

Updates symfony/http-client from 7.0.4 to 7.0.5

Release notes

Sourced from symfony/http-client's releases.

v7.0.5

Changelog (symfony/http-client@v7.0.4...v7.0.5)

Commits

Updates symfony/security-bundle from 7.0.4 to 7.0.5

Release notes

Sourced from symfony/security-bundle's releases.

v7.0.5

Changelog (symfony/security-bundle@v7.0.4...v7.0.5)

  • no significant changes
Commits
  • 5d620bd Merge branch '6.4' into 7.0
  • b7825ec Merge branch '5.4' into 6.4
  • 6773ef1 [Security][Tests] Update functional tests to better reflect end-user scenarios
  • See full diff in compare view

Updates phpstan/phpstan from 1.10.59 to 1.10.66

Release notes

Sourced from phpstan/phpstan's releases.

1.10.66

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

  • Prevent unnecessary calls into reflection from JSON extensions (#2994), thanks @​staabm!

1.10.65

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

1.10.64

Bleeding edge 🔪

... (truncated)

Commits
  • 94779c9 PHPStan 1.10.66
  • 5473b67 Updated PHPStan to commit 5473b6701c1a9dd3ca1eb676b3b2c0dec43f2535
  • 927d71f Updated PHPStan to commit 927d71f11365c774a95cb4d8f65a1b1077472fa4
  • fd2e0a6 Updated PHPStan to commit fd2e0a6b7d599c4783d0a79831ecbae56999c765
  • 996f194 Updated PHPStan to commit 996f194ee0fd004bdee5b147e8a02c018ea4a72e
  • 40a20d2 Updated PHPStan to commit 40a20d2a3c5c6956b5df52d31855d64c463c3936
  • 986cbdf Updated PHPStan to commit 986cbdfb2fd0c3de71b31ac3f212bd499d2131e1
  • 795a560 Updated PHPStan to commit 795a560e55022174e2fdf5ca8d72fd0506bae161
  • f9d118f Updated PHPStan to commit f9d118fc96c0d1dac84d649b07e13cfc688f346b
  • b16dbaf Updated PHPStan to commit b16dbafd51675a9b63e1f87f7f0bf57bde96024d
  • Additional commits viewable in compare view

Updates symfony/maker-bundle from 1.55.1 to 1.57.0

Release notes

Sourced from symfony/maker-bundle's releases.

getPayload() with Uid's, better messages, & VerifyEmail improvements

Howdy Makers,

Instead of calling $request->request->get(), we're using the new getPayload() method in controller templates, you can generate entities with UUID's || ULID's instead of an int as the id, and we've fixed up a few exception messages to make things a bit more clear. SymfonyCast's VerifyEmailBundle released v1.17.0 recently that introduces a few deprecation's & make:registration was updated to take handle those new features.

Check out the PR's below for more details on the new features. Anywho, back PR Squashing...

v1.57.0

March 22nd, 2024

Feature

Bug

Diff: symfony/maker-bundle@v1.56.0...v1.57.0

Enjoy!

Prettier Migrations with a plethora of additions

Howdy Makers,

We've added a host of new features focusing around bringing MakerBundle up to snuff with it's peers. In make:user, we're shifting towards using the preferred UniqueConstraint instead of Column(unique: true), make:reset-password ensures the password is not compromised and packs some strength, and you can have your make:migrations nice and tidy by passing --formatted. Check out the changelog for all of the features and fixes that our community has contributed to this release!

v1.56.0

March 4th, 2024

Feature

... (truncated)

Changelog

Sourced from symfony/maker-bundle's changelog.

v1.57.0

March 22nd, 2024

Feature

Bug

  • #1490 [make:entity] Fix a small typo in a make:entity error message - maelanleborgne
  • #1486 [make:entity] Fix exception message if mercure bundle not found with --broadcast - @​cavasinf

v1.56.0

March 4th, 2024

Feature

Bug

Commits
  • 2c90181 minor #1489 [release] v1.57.0
  • 39926b8 bug #1486 [make:entity] Fix exception message if mercure bundle not found wit...
  • 35acfd4 bug #1490 [make:entity] Fix a small typo in a make:entity error message
  • f6c8719 feature #1488 allow the option to use ulid's for entity id's
  • 970f4c0 feature #1329 Add support for generating UUID id fields in entities
  • 7217480 minor #1485 [ci] php-cs-fixer it up
  • dfe86eb feature #1484 [make:auth] use getString() instead of get()
  • f4f5eb1 feature #1464 [make:registration-form] use validateEmailConfirmationFromReque...
  • 33cb766 minor #1483 do not include dev files in release
  • 6f40f31 feature #1475 [make:user] better exception msg for non-attribute mapping enti...
  • Additional commits viewable in compare view

Updates phpstan/phpstan-symfony from 1.3.7 to 1.3.9

Release notes

Sourced from phpstan/phpstan-symfony's releases.

1.3.9

  • a32bc86 - Add @param-out for PropertyAccessor

1.3.8

  • d8a0bc0 - Narrow type for Extension::getConfiguration if class exists
Commits
  • a32bc86 Add @param-out for PropertyAccessor
  • d8a0bc0 Narrow type for Extension::getConfiguration if class exists
  • See full diff in compare view

Updates phpstan/phpstan-doctrine from 1.3.62 to 1.3.64

Release notes

Sourced from phpstan/phpstan-doctrine's releases.

1.3.64

  • f42828a - Append Doctrine proxy class names to list of forbidden class names to disallow direct use of Doctrine proxy classes.

1.3.63

  • 6ccde2b - Fix branching QueryBuilder type inference
  • 6116afd - Use older gedmo version
Commits
  • f42828a Append Doctrine proxy class names to list of forbidden class names to disallo...
  • 6ccde2b Fix branching QueryBuilder type inference
  • 6116afd Use older gedmo version
  • See full diff in compare view

Updates squizlabs/php_codesniffer from 3.9.0 to 3.9.1

Release notes

Sourced from squizlabs/php_codesniffer's releases.

3.9.1 - 2024-03-31

Added

  • Documentation for the following sniffs:
    • Generic.PHP.RequireStrictTypes
    • Squiz.WhiteSpace.MemberVarSpacing
    • Squiz.WhiteSpace.ScopeClosingBrace
    • Squiz.WhiteSpace.SuperfluousWhitespace
    • Thanks to Jay McPartland and Rodrigo Primo for the patches.

Changed

  • The following sniffs have received performance related improvements:
    • Generic.CodeAnalysis.UselessOverridingMethod
    • Generic.Files.ByteOrderMark
    • Thanks to Rodrigo Primo for the patches.
  • Performance improvement for the "Diff" report. Should be most notable for Windows users. #355
  • The test suite has received some performance improvements. Should be most notable contributors using Windows. #351
    • External standards with sniff tests using the PHP_CodeSniffer native test framework will also benefit from these changes.
    • Thanks to Juliette Reinders Folmer for the patch.
  • Various housekeeping, including improvements to the tests and documentation.

Fixed

  • Fixed bug #289 : Squiz.WhiteSpace.OperatorSpacing and PSR12.Operators.OperatorSpacing : improved fixer conflict protection by more strenuously avoiding handling operators in declare statements.
  • Fixed bug #366 : Generic.CodeAnalysis.UselessOverridingMethod : prevent false negative when the declared method name and the called method name do not use the same case.
  • Fixed bug #368 : Squiz.Arrays.ArrayDeclaration fixer did not handle static closures correctly when moving array items to their own line.
  • Fixed bug #404 : Test framework : fixed PHP 8.4 deprecation notice.

New Contributors

The PHP_CodeSniffer project is happy to welcome the following new contributors: @​jaymcp @​jpoliveira08

Statistics

Closed: 2 issues Merged: 52 pull requests

If you like to stay informed about releases and more, follow @​phpcs on Mastodon or @​PHP_CodeSniffer on X.

Changelog

Sourced from squizlabs/php_codesniffer's changelog.

[3.9.1] - 2024-03-31

Added

  • Documentation for the following sniffs:
    • Generic.PHP.RequireStrictTypes
    • Squiz.WhiteSpace.MemberVarSpacing
    • Squiz.WhiteSpace.ScopeClosingBrace
    • Squiz.WhiteSpace.SuperfluousWhitespace
    • Thanks to [Jay McPartland][@​jonmcp] and [Rodrigo Primo][@​rodrigoprimo] for the patches.

Changed

Bumps the dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [api-platform/core](https://github.com/api-platform/core) | `3.2.15` | `3.2.19` |
| [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) | `3.0.36` | `3.0.37` |
| [phpstan/phpdoc-parser](https://github.com/phpstan/phpdoc-parser) | `1.26.0` | `1.27.0` |
| [easycorp/easyadmin-bundle](https://github.com/EasyCorp/EasyAdminBundle) | `4.9.3` | `4.9.4` |
| [doctrine/orm](https://github.com/doctrine/orm) | `2.17.5` | `3.1.1` |
| [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) | `2.11.3` | `2.11.4` |
| [symfony/flex](https://github.com/symfony/flex) | `2.4.4` | `2.4.5` |
| [symfony/validator](https://github.com/symfony/validator) | `7.0.4` | `7.0.5` |
| [symfony/http-client](https://github.com/symfony/http-client) | `7.0.4` | `7.0.5` |
| [symfony/security-bundle](https://github.com/symfony/security-bundle) | `7.0.4` | `7.0.5` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.10.59` | `1.10.66` |
| [symfony/maker-bundle](https://github.com/symfony/maker-bundle) | `1.55.1` | `1.57.0` |
| [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) | `1.3.7` | `1.3.9` |
| [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) | `1.3.62` | `1.3.64` |
| [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) | `3.9.0` | `3.9.1` |


Updates `api-platform/core` from 3.2.15 to 3.2.19
- [Release notes](https://github.com/api-platform/core/releases)
- [Changelog](https://github.com/api-platform/core/blob/main/CHANGELOG.md)
- [Commits](api-platform/core@v3.2.15...v3.2.19)

Updates `phpseclib/phpseclib` from 3.0.36 to 3.0.37
- [Release notes](https://github.com/phpseclib/phpseclib/releases)
- [Changelog](https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md)
- [Commits](phpseclib/phpseclib@3.0.36...3.0.37)

Updates `phpstan/phpdoc-parser` from 1.26.0 to 1.27.0
- [Release notes](https://github.com/phpstan/phpdoc-parser/releases)
- [Commits](phpstan/phpdoc-parser@1.26.0...1.27.0)

Updates `easycorp/easyadmin-bundle` from 4.9.3 to 4.9.4
- [Release notes](https://github.com/EasyCorp/EasyAdminBundle/releases)
- [Commits](EasyCorp/EasyAdminBundle@v4.9.3...v4.9.4)

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

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

Updates `symfony/flex` from 2.4.4 to 2.4.5
- [Release notes](https://github.com/symfony/flex/releases)
- [Commits](symfony/flex@v2.4.4...v2.4.5)

Updates `symfony/validator` from 7.0.4 to 7.0.5
- [Release notes](https://github.com/symfony/validator/releases)
- [Changelog](https://github.com/symfony/validator/blob/7.0/CHANGELOG.md)
- [Commits](symfony/validator@v7.0.4...v7.0.5)

Updates `symfony/http-client` from 7.0.4 to 7.0.5
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/7.0/CHANGELOG.md)
- [Commits](symfony/http-client@v7.0.4...v7.0.5)

Updates `symfony/security-bundle` from 7.0.4 to 7.0.5
- [Release notes](https://github.com/symfony/security-bundle/releases)
- [Changelog](https://github.com/symfony/security-bundle/blob/7.0/CHANGELOG.md)
- [Commits](symfony/security-bundle@v7.0.4...v7.0.5)

Updates `phpstan/phpstan` from 1.10.59 to 1.10.66
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.59...1.10.66)

Updates `symfony/maker-bundle` from 1.55.1 to 1.57.0
- [Release notes](https://github.com/symfony/maker-bundle/releases)
- [Changelog](https://github.com/symfony/maker-bundle/blob/main/CHANGELOG.md)
- [Commits](symfony/maker-bundle@v1.55.1...v1.57.0)

Updates `phpstan/phpstan-symfony` from 1.3.7 to 1.3.9
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](phpstan/phpstan-symfony@1.3.7...1.3.9)

Updates `phpstan/phpstan-doctrine` from 1.3.62 to 1.3.64
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](phpstan/phpstan-doctrine@1.3.62...1.3.64)

Updates `squizlabs/php_codesniffer` from 3.9.0 to 3.9.1
- [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.9.0...3.9.1)

---
updated-dependencies:
- dependency-name: api-platform/core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpseclib/phpseclib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpstan/phpdoc-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: easycorp/easyadmin-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: doctrine/orm
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: doctrine/doctrine-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/flex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/http-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/security-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/maker-bundle
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: squizlabs/php_codesniffer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Apr 1, 2024
@FlorianLeChat FlorianLeChat self-requested a review April 1, 2024 11:22
@github-actions github-actions bot merged commit 9e478ec into master Apr 1, 2024
11 checks passed
@dependabot dependabot bot deleted the dependabot/composer/dependencies-7b2b48dd0f branch April 1, 2024 11:32
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.

None yet

1 participant