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 31 updates #260

Merged
merged 3 commits into from
Oct 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 31 updates:

Package From To
twig/extra-bundle 3.12.0 3.13.0
react/datagram 1.9.0 1.10.0
api-platform/core 3.3.12 4.0.2
phpseclib/phpseclib 3.0.41 3.0.42
league/oauth2-github 3.1.0 3.1.1
phpstan/phpdoc-parser 1.30.0 1.32.0
easycorp/easyadmin-bundle 4.11.1 4.12.0
doctrine/annotations 2.0.1 2.0.2
doctrine/doctrine-bundle 2.12.0 2.12.1
symfony/form 7.1.4 7.1.5
symfony/intl 7.1.1 7.1.5
symfony/mime 7.1.4 7.1.5
symfony/yaml 7.1.4 7.1.5
symfony/cache 7.1.4 7.1.5
symfony/dotenv 7.1.3 7.1.5
symfony/mailer 7.1.2 7.1.5
symfony/string 7.1.4 7.1.5
symfony/process 7.1.3 7.1.5
symfony/console 7.1.4 7.1.5
symfony/validator 7.1.4 7.1.5
symfony/serializer 7.1.4 7.1.5
symfony/filesystem 7.1.2 7.1.5
symfony/translation 7.1.3 7.1.5
symfony/twig-bundle 7.1.1 7.1.5
symfony/http-client 7.1.4 7.1.5
symfony/framework-bundle 7.1.4 7.1.5
phpstan/phpstan 1.12.0 1.12.5
phpstan/phpstan-symfony 1.4.8 1.4.10
phpstan/phpstan-doctrine 1.5.2 1.5.3
squizlabs/php_codesniffer 3.10.2 3.10.3
phpstan/extension-installer 1.4.2 1.4.3

Updates twig/extra-bundle from 3.12.0 to 3.13.0

Commits

Updates react/datagram from 1.9.0 to 1.10.0

Release notes

Sourced from react/datagram's releases.

v1.10.0

  • Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations. (#59 by @​clue)

  • Feature: Full PHP 8.3 compatibility. (#57 by @​clue)

Changelog

Sourced from react/datagram's changelog.

1.10.0 (2024-09-06)

  • Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations. (#59 by @​clue)

  • Feature: Full PHP 8.3 compatibility. (#57 by @​clue)

Commits
  • 9236e1f Prepare v1.10.0 release
  • 98dedf6 Merge pull request #59 from clue-labs/nullable
  • ac93944 Improve PHP 8.4+ support by avoiding implicitly nullable types
  • e474997 Merge pull request #57 from clue-labs/php8.3
  • efd5ee9 Run tests on PHP 8.3 and update test suite
  • See full diff in compare view

Updates api-platform/core from 3.3.12 to 4.0.2

Release notes

Sourced from api-platform/core's releases.

v4.0.2

What's Changed

New Contributors

Full Changelog: api-platform/core@v4.0.1...v4.0.2

v4.0.1

What's Changed

Full Changelog: api-platform/core@v4.0.0...v4.0.1

v4.0.0

Notes

Supports > PHP 8.2

What's Changed

Laravel support is out! Check out our website https://api-platform.com/ or the https://api-platform.com/docs/laravel/ documentation.

... (truncated)

Changelog

Sourced from api-platform/core's changelog.

v4.0.2

Bug fixes

  • 219199db3 fix(symfony): missing alias to serializer context builder interface (#6643)
  • 5f943e3bb fix(graphql): wrong exception namespace (#6647)
  • 72a0b669a fix(serializer): remove serializer context builder interface
  • 88bd8c3e1 fix(laravel): installation command, fix config overwrites (#6649)
  • 93314b08d fix(serializer): allow state's SerializerFilterContextBuilderInterface (#6632)
  • 9a0afc917 fix(serializer): remove unnecessary dependency
  • c47e2996e fix: default format and standard_put values
  • e327f5f69 fix(symfony): namespace of path segment name generator services (#6642)

Notes:

standard_put=true is now the default, you can set it to false using extra_properties.defaults

v4.0.1

Bug fixes

Features

v4.0.0

Bug fixes

  • 7c5689626 fix(laravel): call authorize on delete but not validation (#6618)
  • d74b2b5fa fix: swagger ui with route identifier (#6616)
  • de6e3f546 fix(laravel): validate enum schema within filter (#6615)
  • 0a461d749 fix(symfony): allow schema restriction for collection like property from choice constraint (#6520)
  • 0c66a494d fix(laravel): cache metadata, add trace on debug mode (#6555)
  • 1b6e7c6cc fix(laravel): disable GraphQL by default and fix provider
  • 290944103 fix(laravel): SwaggerUI title (#6527)
  • 2df0860b5 fix(laravel): Eloquent date and datetime type detection (#6529)
  • 2fc74f2e6 fix: remove PUT from default operations (#6570)
  • 3b42c9ff2 fix: deserialization path for not denormalizable relations collected errors (#6537)
  • 3c554a605 fix(laravel): docs _format and open swagger ui (#6595)
  • 3c5aea80f fix(symfony): load isApiResource metadata (#6562)
  • 4ee209eff fix(laravel): visible and hidden fields support (#6538)
  • 6e15eb95f fix(laravel): register HydraPartialCollectionViewNormalizer (#6588)
  • 86365be2a fix(laravel): Eloquent PropertyAccessor (#6536)
  • a1dd0b54d fix(laravel): entrypoint with doc formats (#6552)
  • a4a53ab48 fix(laravel): identitifer is not writable unless marked as writable (#6531)
  • a6f355358 fix(laravel): do not normalize exception originalTrace (#6533)
  • bd6a57c4c fix(laravel): snake case props (#6532)

... (truncated)

Commits
  • 1cf0a13 docs: changelog 4.0.2
  • e48b9e6 Merge 3.4
  • 05f7d79 docs: changelog 3.4.1
  • 88bd8c3 fix(laravel): installation command, fix config overwrites (#6649)
  • f2f06d1 chore(laravel): add close PR action and README (#6656)
  • 55ec1ee Merge branch '3.4' into 4.0
  • f287be0 doc: add README files for components (#6653)
  • 9a0afc9 fix(serializer): remove unnecessary dependency
  • a76aca1 test(laravel): standard put model should update when it exists
  • 72a0b66 fix(serializer): remove serializer context builder interface
  • Additional commits viewable in compare view

Updates phpseclib/phpseclib from 3.0.41 to 3.0.42

Release notes

Sourced from phpseclib/phpseclib's releases.

3.0.42

  • X509: CRL version number wasn't correctly being saved (#2037)
  • Hash: significantly speed up umac algorithms
  • SSH2: fix possible infinite loop on packet timeout (#2031)
  • SSH2: logging enhancements
  • SSH2: identification strings > 255 bytes didnt get parsed correctly
  • SSH2: if string is passed to setPreferredAlgorithms() treat it as array
  • SSH2: update error message for people not connecting to SSH servers
  • SFTP: add getSupportedExtensions(), statvfs() and posix_rename() methods (#2024)
Changelog

Sourced from phpseclib/phpseclib's changelog.

3.0.42 - 2024-09-15

  • X509: CRL version number wasn't correctly being saved (#2037)
  • Hash: significantly speed up umac algorithms
  • SSH2: fix possible infinite loop on packet timeout (#2031)
  • SSH2: logging enhancements
  • SSH2: identification strings > 255 bytes didnt get parsed correctly
  • SSH2: if string is passed to setPreferredAlgorithms() treat it as array
  • SSH2: update error message for people not connecting to SSH servers
  • SFTP: add getSupportedExtensions(), statvfs() and posix_rename() methods (#2024)
Commits
  • db92f1b CHANGELOG: add 3.0.42 release
  • 1dba426 X509: CRL default version should be v1 - not v2
  • d849251 Merge branch '2.0' into 3.0
  • 567a439 Merge branch '1.0' into 2.0
  • f23b6d5 X509: CRL fixes
  • c8da4c5 SFTP: refactor posix_rename() somewhat
  • 89f2385 CS adjustment
  • 79ab7c1 SFTP: make posix_rename work on SFTP v5+
  • 5ec2d25 SSH2: update error message for ppl not connecting to SSH servers
  • a5316b7 Hash: simplify sha512 code
  • Additional commits viewable in compare view

Updates league/oauth2-github from 3.1.0 to 3.1.1

Changelog

Sourced from league/oauth2-github's changelog.

3.1.1 - 2024-09-03

Fixed

  • Corrected scope to get user email (#26)
Commits
  • 84211f6 Prepare 3.1.1 release
  • 70b4253 Merge pull request #26 from Jefferson49/Bugfix-getDefaultScopes
  • b3b1727 Bugfix: Typo in scope 'user:email' instead of 'user.email'
  • 0f19383 Merge pull request #23 from Gyvastis/patch-1
  • 7efcbd0 Describe 'user:email' as a required scope in the scope example
  • See full diff in compare view

Updates phpstan/phpdoc-parser from 1.30.0 to 1.32.0

Release notes

Sourced from phpstan/phpdoc-parser's releases.

1.32.0

  • 6ca22b1 - Support for @pure-unless-callable-is-impure

1.31.0

  • 249f15f - PhpDocParser: support template type lower bounds
  • a5e938b - Test for special multiline PHPDoc
  • 5d48fa4 - Do not deploy API reference on 1.23.x anymore
  • 1c7fcc4 - Add test cases for quote aware array/object keys
  • 7e92a25 - Fix link

1.30.1

  • 51b95ec - Deploy API Reference into a subdirectory with the current branch name
  • 0e689c5 - Fix bug of repeating last line in AST for textBetweenTagsBelongsToDescription=true
  • 9d053a8 - Test newer PHP versions
  • 0454892 - Pin build-cs
Commits
  • 6ca22b1 Support for @pure-unless-callable-is-impure
  • 249f15f PhpDocParser: support template type lower bounds
  • a5e938b Test for special multiline PHPDoc
  • 5d48fa4 Do not deploy API reference on 1.23.x anymore
  • 1c7fcc4 Add test cases for quote aware array/object keys
  • 7e92a25 Fix link
  • 51b95ec Deploy API Reference into a subdirectory with the current branch name
  • 0e689c5 Fix bug of repeating last line in AST for textBetweenTagsBelongsToDescription...
  • 9d053a8 Test newer PHP versions
  • 0454892 Pin build-cs
  • See full diff in compare view

Updates easycorp/easyadmin-bundle from 4.11.1 to 4.12.0

Release notes

Sourced from easycorp/easyadmin-bundle's releases.

4.12.0

New features

[c7b92eaa] Allow to configure the default color scheme (@​javiereguiluz)

Bug fixes

[25190b96] Revert filter modal scrollable (@​tpatartmajeur) [b471069a] Fix background color of Trix editor link input in dark theme (@​pavol-tuka) [e1e3e8b8] Drop spaceless filter in Twig templates to fix deprecation (@​jmsche) [97f3b8b7] Updated the Chinese zh_TW translation (@​pan93412)

Commits
  • d21c322 Prepare 4.12.0 release
  • c7b92ea feature #6433 Allow to configure the default color scheme (javiereguiluz)
  • 9c429c9 Remove unnecessary white spaces
  • e1e3e8b bug #6430 Drop spaceless filter in Twig templates to fix deprecation (jmsche)
  • ad6fc28 minor #6429 Bump webpack from 5.90.1 to 5.94.0 (dependabot[bot])
  • 1120c5b Allow to configure the default color scheme
  • 9139b7b bug #6432 Lint code with php-cs-fixer 3.64.0 (pan93412)
  • 97f3b8b minor #6431 Complete zh_TW translation (pan93412)
  • c8245bb Complete zh_TW translation
  • 55958bd Lint code with php-cs-fixer 3.64.0
  • Additional commits viewable in compare view

Updates doctrine/annotations from 2.0.1 to 2.0.2

Release notes

Sourced from doctrine/annotations's releases.

2.0.2

Release Notes for 2.0.2

2.0.x bugfix release (patch)

2.0.2

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

Improvement

Documentation

Changes from Lower Branches

  • This release includes all changes of the 1.14.4 release
Commits

Updates doctrine/doctrine-bundle from 2.12.0 to 2.12.1

Release notes

Sourced from doctrine/doctrine-bundle's releases.

2.12.1

Release Notes for 2.12.1

2.12.x bugfix release (patch)

2.12.1

  • Total issues resolved: 1
  • Total pull requests resolved: 5
  • Total contributors: 4

Bug

Documentation

Improvement

Commits
  • f633ea3 [docs] Change annotation to attribute (#1803)
  • 16e1329 Use references for connection middlewares
  • d84aadb Fix symfony 7.2 deprecations
  • 1ea2b5b Fix tests with newest doctrine/persistence
  • 9910dc5 Fix ProfilerTest
  • 8925ffa Bump actions/download-artifact from 3 to 4
  • 7542cad Bump actions/upload-artifact from 3 to 4
  • 2be74e2 Bump ramsey/composer-install from 2 to 3
  • 01c43d9 Bump doctrine/.github from 3.1.0 to 5.0.1
  • 2438206 Setup dependabot (#1796)
  • Additional commits viewable in compare view

Updates symfony/form from 7.1.4 to 7.1.5

Release notes

Sourced from symfony/form's releases.

v7.1.5

Changelog (symfony/form@v7.1.4...v7.1.5)

  • no significant changes
Commits
  • 6b8b53a Merge branch '6.4' into 7.1
  • 5037c00 Merge branch '5.4' into 6.4
  • 4f3d91f Mutate remaining data providers to static ones
  • 01d7b89 Merge branch '6.4' into 7.1
  • 24c9ab1 Merge branch '5.4' into 6.4
  • a337263 [Validator] Improve zh_TW translation
  • See full diff in compare view

Updates symfony/intl from 7.1.1 to 7.1.5

Release notes

Sourced from symfony/intl's releases.

v7.1.5

Changelog (symfony/intl@v7.1.4...v7.1.5)

  • no significant changes
Commits

Updates symfony/mime from 7.1.4 to 7.1.5

Release notes

Sourced from symfony/mime's releases.

v7.1.5

Changelog (symfony/mime@v7.1.4...v7.1.5)

  • no significant changes
Commits

Updates symfony/yaml from 7.1.4 to 7.1.5

Release notes

Sourced from symfony/yaml's releases.

v7.1.5

Changelog (symfony/yaml@v7.1.4...v7.1.5)

Commits

Updates symfony/cache from 7.1.4 to 7.1.5

Release notes

Sourced from symfony/cache's releases.

v7.1.5

Changelog (symfony/cache@v7.1.4...v7.1.5)

Commits
  • 86e5296 Merge branch '6.4' into 7.1
  • a463451 Merge branch '5.4' into 6.4
  • 4b3e7bf [Cache] Fix RedisSentinel params types
  • e775b5b Merge branch '6.4' into 7.1
  • 8b73db5 Fix missing class import
  • 3c420ed Merge branch '6.4' into 7.1
  • b4452a1 [Cache] Fix compatibility with Redis 6.1.0 pre-releases
  • See full diff in compare view

Updates symfony/dotenv from 7.1.3 to 7.1.5

Release notes

Sourced from symfony/dotenv's releases.

v7.1.5

Changelog (symfony/dotenv@v7.1.4...v7.1.5)

Commits
  • 6d96620 Merge branch '6.4' into 7.1
  • 8152842 Merge branch '5.4' into 6.4
  • bb4fef2 throw a meaningful exception when parsing dotenv files with BOM
  • See full diff in compare view

Updates symfony/mailer from 7.1.2 to 7.1.5

Release notes

Sourced from symfony/mailer's releases.

v7.1.5

Changelog (symfony/mailer@v7.1.4...v7.1.5)

  • no significant changes
Commits

Updates symfony/string from 7.1.4 to 7.1.5

Release notes

Sourced from symfony/string's releases.

v7.1.5

Changelog (symfony/string@v7.1.4...v7.1.5)

  • no significant changes
Commits
  • d66f9c3 Merge branch '6.4' into 7.1
  • f8a1cce Merge branch '5.4' into 6.4
  • 832caa1 Mutate remaining data providers to static ones
  • e78af56 Merge branch '6.4' into 7.1
  • 9982f9e Merge branch '5.4' into 6.4
  • 2ce7db6 [String] Update wcswidth data with Unicode 16
  • See full diff in compare view

Updates symfony/process from 7.1.3 to 7.1.5

Release notes

Sourced from symfony/process's releases.

v7.1.5

Changelog (symfony/process@v7.1.4...v7.1.5)

Commits
  • 5c03ee6 Make more data providers static
  • 9f8a009 Merge branch '6.4' into 7.1
  • 3f94e5f Merge branch '5.4' into 6.4
  • 1b9fa82 [Process] minor fix
  • 6f16c62 [Process] Fix finding executables independently of open_basedir
  • a2d1db9 Merge branch '6.4' into 7.1
  • 6fd79ab PhpSubprocess: Add flag PREG_OFFSET_CAPTURE to preg_match to identify the offset
  • d704e30 Merge branch '6.4' into 7.1
  • 8c567a2 Merge branch '5.4' into 6.4
  • 82d962e [Process] Fix backwards compatibility for invalid commands
  • Additional commits viewable in compare view

Updates symfony/console from 7.1.4 to 7.1.5

Release notes

Sourced from symfony/console's releases.

v7.1.5

Changelog (symfony/console@v7.1.4...v7.1.5)

  • no significant changes
Commits
  • 0fa539d Merge branch '6.4' into 7.1
  • 72d080e Merge branch '5.4' into 6.4
  • 5b5a0aa Mutate remaining data providers to static ones
  • 1803850 Merge branch '6.4' into 7.1
  • 3e36da1 Merge branch '5.4' into 6.4
  • 7a7ce2c Don't use is_resource() on non-streams
  • See full diff in compare view

Updates symfony/validator from 7.1.4 to 7.1.5

Release notes

Sourced from symfony/validator's releases.

v7.1.5

Changelog (symfony/validator@v7.1.4...v7.1.5)

Commits
  • e575927 Merge branch '6.4' into 7.1
  • 6da1f0a Make more data providers static
  • 4bfb3ac Merge branch '6.4' into 7.1
  • 8ecc8e0 Merge branch '5.4' into 6.4
  • 5b06142 Don't call the constructor of LogicalOr
  • 93c6282 Merge branch '6.4' into 7.1
  • 077d8f4 Merge branch '5.4' into 6.4
  • 9c483af minor #58238 [Serializer][Uid][Validator] Mention RFC 9562 (fancyweb)
  • 06927f6 Merge branch '6.4' into 7.1
  • 9430a0c Merge branch '5.4' into 6.4
  • Additional commits viewable in compare view

Updates symfony/serializer from 7.1.4 to 7.1.5

Release notes

Sourced from symfony/serializer's releases.

v7.1.5

Changelog (symfony/serializer@v7.1.4...v7.1.5)

Commits
  • 71d6e1f fix tests
  • 637cbb1 Merge branch '6.4' into 7.1
  • 10ae9c1 Merge branch '5.4' into 6.4
  • 0f100df Mutate remaining data providers to static ones
  • df514ef Make more data providers static
  • 1f5d1bb bug #58259 [TypeInfo] Return bound type as base type in TemplateType (valtzu)
  • 7c16836 Merge branch '6.4' into 7.1
  • a2e5a85 Fix TemplateType handling in AbstractObjectNormalizer
  • fed6cf3 Merge branch '5.4' into 6.4
  • 5613373 [Serializer] Fix for method named get()
  • Additional comm...

    Description has been truncated

Bumps the dependencies group with 31 updates:

| Package | From | To |
| --- | --- | --- |
| [twig/extra-bundle](https://github.com/twigphp/twig-extra-bundle) | `3.12.0` | `3.13.0` |
| [react/datagram](https://github.com/reactphp/datagram) | `1.9.0` | `1.10.0` |
| [api-platform/core](https://github.com/api-platform/core) | `3.3.12` | `4.0.2` |
| [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) | `3.0.41` | `3.0.42` |
| [league/oauth2-github](https://github.com/thephpleague/oauth2-github) | `3.1.0` | `3.1.1` |
| [phpstan/phpdoc-parser](https://github.com/phpstan/phpdoc-parser) | `1.30.0` | `1.32.0` |
| [easycorp/easyadmin-bundle](https://github.com/EasyCorp/EasyAdminBundle) | `4.11.1` | `4.12.0` |
| [doctrine/annotations](https://github.com/doctrine/annotations) | `2.0.1` | `2.0.2` |
| [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) | `2.12.0` | `2.12.1` |
| [symfony/form](https://github.com/symfony/form) | `7.1.4` | `7.1.5` |
| [symfony/intl](https://github.com/symfony/intl) | `7.1.1` | `7.1.5` |
| [symfony/mime](https://github.com/symfony/mime) | `7.1.4` | `7.1.5` |
| [symfony/yaml](https://github.com/symfony/yaml) | `7.1.4` | `7.1.5` |
| [symfony/cache](https://github.com/symfony/cache) | `7.1.4` | `7.1.5` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `7.1.3` | `7.1.5` |
| [symfony/mailer](https://github.com/symfony/mailer) | `7.1.2` | `7.1.5` |
| [symfony/string](https://github.com/symfony/string) | `7.1.4` | `7.1.5` |
| [symfony/process](https://github.com/symfony/process) | `7.1.3` | `7.1.5` |
| [symfony/console](https://github.com/symfony/console) | `7.1.4` | `7.1.5` |
| [symfony/validator](https://github.com/symfony/validator) | `7.1.4` | `7.1.5` |
| [symfony/serializer](https://github.com/symfony/serializer) | `7.1.4` | `7.1.5` |
| [symfony/filesystem](https://github.com/symfony/filesystem) | `7.1.2` | `7.1.5` |
| [symfony/translation](https://github.com/symfony/translation) | `7.1.3` | `7.1.5` |
| [symfony/twig-bundle](https://github.com/symfony/twig-bundle) | `7.1.1` | `7.1.5` |
| [symfony/http-client](https://github.com/symfony/http-client) | `7.1.4` | `7.1.5` |
| [symfony/framework-bundle](https://github.com/symfony/framework-bundle) | `7.1.4` | `7.1.5` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.12.0` | `1.12.5` |
| [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) | `1.4.8` | `1.4.10` |
| [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) | `1.5.2` | `1.5.3` |
| [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) | `3.10.2` | `3.10.3` |
| [phpstan/extension-installer](https://github.com/phpstan/extension-installer) | `1.4.2` | `1.4.3` |


Updates `twig/extra-bundle` from 3.12.0 to 3.13.0
- [Commits](twigphp/twig-extra-bundle@v3.12.0...v3.13.0)

Updates `react/datagram` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/reactphp/datagram/releases)
- [Changelog](https://github.com/reactphp/datagram/blob/1.x/CHANGELOG.md)
- [Commits](reactphp/datagram@v1.9.0...v1.10.0)

Updates `api-platform/core` from 3.3.12 to 4.0.2
- [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.3.12...v4.0.2)

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

Updates `league/oauth2-github` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/thephpleague/oauth2-github/releases)
- [Changelog](https://github.com/thephpleague/oauth2-github/blob/main/CHANGELOG.md)
- [Commits](thephpleague/oauth2-github@3.1.0...3.1.1)

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

Updates `easycorp/easyadmin-bundle` from 4.11.1 to 4.12.0
- [Release notes](https://github.com/EasyCorp/EasyAdminBundle/releases)
- [Commits](EasyCorp/EasyAdminBundle@v4.11.1...v4.12.0)

Updates `doctrine/annotations` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/doctrine/annotations/releases)
- [Commits](doctrine/annotations@2.0.1...2.0.2)

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

Updates `symfony/form` from 7.1.4 to 7.1.5
- [Release notes](https://github.com/symfony/form/releases)
- [Changelog](https://github.com/symfony/form/blob/7.1/CHANGELOG.md)
- [Commits](symfony/form@v7.1.4...v7.1.5)

Updates `symfony/intl` from 7.1.1 to 7.1.5
- [Release notes](https://github.com/symfony/intl/releases)
- [Changelog](https://github.com/symfony/intl/blob/7.1/CHANGELOG.md)
- [Commits](symfony/intl@v7.1.1...v7.1.5)

Updates `symfony/mime` from 7.1.4 to 7.1.5
- [Release notes](https://github.com/symfony/mime/releases)
- [Changelog](https://github.com/symfony/mime/blob/7.1/CHANGELOG.md)
- [Commits](symfony/mime@v7.1.4...v7.1.5)

Updates `symfony/yaml` from 7.1.4 to 7.1.5
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/7.1/CHANGELOG.md)
- [Commits](symfony/yaml@v7.1.4...v7.1.5)

Updates `symfony/cache` from 7.1.4 to 7.1.5
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/7.1/CHANGELOG.md)
- [Commits](symfony/cache@v7.1.4...v7.1.5)

Updates `symfony/dotenv` from 7.1.3 to 7.1.5
- [Release notes](https://github.com/symfony/dotenv/releases)
- [Changelog](https://github.com/symfony/dotenv/blob/7.1/CHANGELOG.md)
- [Commits](symfony/dotenv@v7.1.3...v7.1.5)

Updates `symfony/mailer` from 7.1.2 to 7.1.5
- [Release notes](https://github.com/symfony/mailer/releases)
- [Changelog](https://github.com/symfony/mailer/blob/7.1/CHANGELOG.md)
- [Commits](symfony/mailer@v7.1.2...v7.1.5)

Updates `symfony/string` from 7.1.4 to 7.1.5
- [Release notes](https://github.com/symfony/string/releases)
- [Changelog](https://github.com/symfony/string/blob/7.1/CHANGELOG.md)
- [Commits](symfony/string@v7.1.4...v7.1.5)

Updates `symfony/process` from 7.1.3 to 7.1.5
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.1/CHANGELOG.md)
- [Commits](symfony/process@v7.1.3...v7.1.5)

Updates `symfony/console` from 7.1.4 to 7.1.5
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.1/CHANGELOG.md)
- [Commits](symfony/console@v7.1.4...v7.1.5)

Updates `symfony/validator` from 7.1.4 to 7.1.5
- [Release notes](https://github.com/symfony/validator/releases)
- [Changelog](https://github.com/symfony/validator/blob/7.1/CHANGELOG.md)
- [Commits](symfony/validator@v7.1.4...v7.1.5)

Updates `symfony/serializer` from 7.1.4 to 7.1.5
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/7.1/CHANGELOG.md)
- [Commits](symfony/serializer@v7.1.4...v7.1.5)

Updates `symfony/filesystem` from 7.1.2 to 7.1.5
- [Release notes](https://github.com/symfony/filesystem/releases)
- [Changelog](https://github.com/symfony/filesystem/blob/7.1/CHANGELOG.md)
- [Commits](symfony/filesystem@v7.1.2...v7.1.5)

Updates `symfony/translation` from 7.1.3 to 7.1.5
- [Release notes](https://github.com/symfony/translation/releases)
- [Changelog](https://github.com/symfony/translation/blob/7.1/CHANGELOG.md)
- [Commits](symfony/translation@v7.1.3...v7.1.5)

Updates `symfony/twig-bundle` from 7.1.1 to 7.1.5
- [Release notes](https://github.com/symfony/twig-bundle/releases)
- [Changelog](https://github.com/symfony/twig-bundle/blob/7.1/CHANGELOG.md)
- [Commits](symfony/twig-bundle@v7.1.1...v7.1.5)

Updates `symfony/http-client` from 7.1.4 to 7.1.5
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/7.1/CHANGELOG.md)
- [Commits](symfony/http-client@v7.1.4...v7.1.5)

Updates `symfony/framework-bundle` from 7.1.4 to 7.1.5
- [Release notes](https://github.com/symfony/framework-bundle/releases)
- [Changelog](https://github.com/symfony/framework-bundle/blob/7.1/CHANGELOG.md)
- [Commits](symfony/framework-bundle@v7.1.4...v7.1.5)

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

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

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

Updates `squizlabs/php_codesniffer` from 3.10.2 to 3.10.3
- [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.10.2...3.10.3)

Updates `phpstan/extension-installer` from 1.4.2 to 1.4.3
- [Release notes](https://github.com/phpstan/extension-installer/releases)
- [Commits](phpstan/extension-installer@1.4.2...1.4.3)

---
updated-dependencies:
- dependency-name: twig/extra-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react/datagram
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: api-platform/core
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: phpseclib/phpseclib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: league/oauth2-github
  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-minor
  dependency-group: dependencies
- dependency-name: doctrine/annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: doctrine/doctrine-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/form
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/intl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/mime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/mailer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/string
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/process
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/console
  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/serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/filesystem
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/translation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/twig-bundle
  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/framework-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: 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
- dependency-name: phpstan/extension-installer
  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 Oct 1, 2024
@FlorianLeChat FlorianLeChat self-requested a review October 2, 2024 18:23
@github-actions github-actions bot merged commit b0b44cb into master Oct 2, 2024
12 checks passed
@dependabot dependabot bot deleted the dependabot/composer/dependencies-edf471dbee branch October 2, 2024 18:23
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