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 23 updates #251

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 23 updates:

Package From To
api-platform/core 3.3.7 3.3.11
sentry/sentry-symfony 5.0.0 5.0.1
easycorp/easyadmin-bundle 4.10.3 4.11.0
symfony/form 7.1.1 7.1.3
symfony/cache 7.1.2 7.1.3
symfony/finder 7.1.1 7.1.3
symfony/dotenv 7.1.1 7.1.3
symfony/string 7.1.2 7.1.3
symfony/process 7.1.1 7.1.3
symfony/console 7.1.2 7.1.3
symfony/validator 7.1.2 7.1.3
symfony/serializer 7.1.2 7.1.3
symfony/translation 7.1.1 7.1.3
symfony/http-client 7.1.2 7.1.3
symfony/property-info 7.1.2 7.1.3
symfony/security-bundle 7.1.2 7.1.3
symfony/framework-bundle 7.1.2 7.1.3
phpstan/phpstan 1.11.5 1.11.8
symfony/phpunit-bridge 7.1.2 7.1.3
phpstan/phpstan-symfony 1.4.5 1.4.6
phpstan/phpstan-doctrine 1.4.4 1.4.8
squizlabs/php_codesniffer 3.10.1 3.10.2
symfony/web-profiler-bundle 7.1.2 7.1.3

Updates api-platform/core from 3.3.7 to 3.3.11

Release notes

Sourced from api-platform/core's releases.

v3.3.11

What's Changed

Full Changelog: api-platform/core@v3.3.10...v3.3.11

v3.3.10

What's Changed

New Contributors

Full Changelog: api-platform/core@v3.3.9...v3.3.10

v3.3.9

What's Changed

Full Changelog: api-platform/core@v3.3.8...v3.3.9

v3.3.8

What's Changed

New Contributors

Full Changelog: api-platform/core@v3.3.7...v3.3.8

Changelog

Sourced from api-platform/core's changelog.

v3.3.11

Features

  • 344b8b245 Revert "feat(jsonschema): make JSON-LD specific properties required (#6366)" (#6484)

v3.3.10

Bug fixes

  • 6776231ed fix: remove useless deprecation (#6481)
  • 71dbfb1af fix: property called default in ApiProperty has incorrect type (#6471) (#6472)
  • c3e2e5b82 fix(symfony): securityPostValidation when use_symfony_listeners (#6479)
  • e3013d40d Revert "fix(jsonschema): make all required properties optional in PATCH opera…" (#6476)
  • aeca0149d fix(jsonschema): make JSON-LD specific properties required in the output schema (#6366)

v3.3.9

Bug fixes

v3.3.8

Bug fixes

Features

These are enhancement to the experimental Parameter feature:

  • 9ac50d294 feat(state): review validation for required parameters (#6441)
  • c2d3aeb91 feat(state): list all violations during query parameters validation (#6442)
Commits
  • ea7d443 docs: changelog v3.3.11
  • 344b8b2 Revert "feat(jsonschema): make JSON-LD specific properties required (#6366)" ...
  • 6c406ec docs: changelog v3.3.10
  • 9bc1982 Merge 3.2
  • 9edacab docs: changelog v3.2.26
  • 6776231 fix: remove useless deprecation (#6481)
  • c3e2e5b fix(symfony): securityPostValidation when use_symfony_listeners (#6479)
  • 71dbfb1 fix: property called default in ApiProperty has incorrect type (#6471) (#6472)
  • e3013d4 Revert "fix(jsonschema): make all required properties optional in PATCH opera...
  • aeca014 feat(jsonschema): make JSON-LD specific properties required (#6366)
  • Additional commits viewable in compare view

Updates sentry/sentry-symfony from 5.0.0 to 5.0.1

Release notes

Sourced from sentry/sentry-symfony's releases.

5.0.1

The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.0.1.

Bug Fixes

Changelog

Sourced from sentry/sentry-symfony's changelog.

5.0.1

The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.0.1.

Bug Fixes

Commits

Updates easycorp/easyadmin-bundle from 4.10.3 to 4.11.0

Release notes

Sourced from easycorp/easyadmin-bundle's releases.

4.11.0

This release contains a bug fix related to menu items not properly highlighted in some cases. To fix this, we had to introduce a BC break, but it only affects you if you have your own MenuItemMatcherInterface implementation in your backend (which is very rarely needed). Read the UPGRADE.md guide and read the new code of the MenuItemMatcher class to learn more about this change.

Bug fixes

[0129eb96] Make long filter modald scrollable (@​tpatartmajeur) [4ebe89c8] Fix flag sizes in the country field in Safari browsers (@​javiereguiluz) [9c39cc42] Fix entity aliases generation in EntityRepository (@​ksn135) [1fc89fd0] Fix the logic of the menu item matcher (@​javiereguiluz)

4.10.5

Bug fixes

[ba8b6d45] Use the configured translation domain when translating a page title (@​Dotdeb22) [a3c52fbc] Fix formatting of percent fields (@​maxhelias) [617219be] Fix Twig regex for collection field (@​GuillaumeRoques) [88190e79] Reindex ActionCollection by actionName after processing actions (@​maxhelias)

4.10.4

New features

[7549885b] Pass the added element in the ea.collection.item-added event (@​zorn-v) [d92ca29a][3f78882d] Add a new renderAsHtml() method to AssociationField (@​tpatartmajeur)

Bug fixes

[1e1a206e] Fix multiple ImageField constraint (@​Seb33300) [4df6c3ee] Fix assets not loaded for fields generated automatically (@​javiereguiluz) [53863da4] When there's an error in a collection, render it expanded (@​zorn-v) [71104ea1] Fix an exception related to collections in form_theme.html.twig (@​Viperium) [8a98b1eb] Fix the height of empty cells in datagrids on small devices (@​javiereguiluz) [5f4413d0] Fix search when entities are associated with tables of the same name (@​ksn135) [35953b58] Remove any usage of the strtok() function (@​javiereguiluz) [ae7f9e5a][63302e30] Misc doc fixes and tweaks (@​Chris53897)

Commits
  • 39bb753 Prepare 4.11.0 release
  • 4ebe89c bug #6390 Fix flag sizes in the country field in Safari browsers (javiereguiluz)
  • c027fb1 Fix flag sizes in the country field in Safari browsers
  • 9c39cc4 bug #6388 Update EntityRepository.php (ksn135)
  • d93b1e6 Update EntityRepository.php
  • 1fc89fd bug #6383 Update the logic of the menu item matcher (javiereguiluz)
  • ee2c0ae Update the logic of the menu item matcher
  • 6c01f84 minor #6389 Update PHP-CS-Fixer config (javiereguiluz)
  • c8bd336 Updte PHP-CS-Fixer config
  • 0129eb9 feature #6377 Make filter modal scrollable (tpatartmajeur)
  • Additional commits viewable in compare view

Updates symfony/form from 7.1.1 to 7.1.3

Release notes

Sourced from symfony/form's releases.

v7.1.3

Changelog (symfony/form@v7.1.2...v7.1.3)

  • no significant changes
Commits

Updates symfony/cache from 7.1.2 to 7.1.3

Release notes

Sourced from symfony/cache's releases.

v7.1.3

Changelog (symfony/cache@v7.1.2...v7.1.3)

Commits
  • 8ac37ac Merge branch '7.0' into 7.1
  • 0ee03f2 Merge branch '6.4' into 7.0
  • 6702d2d minor #57723 [Cache] fix compatibility with Redis Relay 0.8.1 (xabbuh)
  • 1c44e4d fix compatibility with Redis Relay 0.8.1
  • 2fcdafe Merge branch '5.4' into 6.4
  • 6f5f750 [Cache] Improve dbindex DSN parameter parsing
  • 00e3bf5 Merge branch '7.0' into 7.1
  • 2b6f74e Merge branch '6.4' into 7.0
  • 8510253 Merge branch '5.4' into 6.4
  • 4f50cdc use copy() instead of rename() on Windows
  • See full diff in compare view

Updates symfony/finder from 7.1.1 to 7.1.3

Release notes

Sourced from symfony/finder's releases.

v7.1.3

Changelog (symfony/finder@v7.1.2...v7.1.3)

  • no significant changes
Commits
  • 717c632 Merge branch '7.0' into 7.1
  • 25b2676 Merge branch '6.4' into 7.0
  • af29198 Merge branch '5.4' into 6.4
  • 0724c51 fix Finder test using the ftp wrapper by switching the server being used
  • See full diff in compare view

Updates symfony/dotenv from 7.1.1 to 7.1.3

Release notes

Sourced from symfony/dotenv's releases.

v7.1.3

Changelog (symfony/dotenv@v7.1.2...v7.1.3)

  • no significant changes
Commits

Updates symfony/string from 7.1.2 to 7.1.3

Release notes

Sourced from symfony/string's releases.

v7.1.3

Changelog (symfony/string@v7.1.2...v7.1.3)

Commits
  • ea272a8 Merge branch '7.0' into 7.1
  • a1ac40b Merge branch '6.4' into 7.0
  • ccf9b30 Merge branch '5.4' into 6.4
  • 909cec9 add test to prevent future regressions
  • 12bb678 Merge branch '7.0' into 7.1
  • 7ce4c9b Merge branch '6.4' into 7.0
  • 7ce19bb Merge branch '5.4' into 6.4
  • 42cb3f3 test: kebab-case to snake_case
  • 12d75e4 Merge branch '7.0' into 7.1
  • 8c8c73c Merge branch '6.4' into 7.0
  • Additional commits viewable in compare view

Updates symfony/process from 7.1.1 to 7.1.3

Release notes

Sourced from symfony/process's releases.

v7.1.3

Changelog (symfony/process@v7.1.2...v7.1.3)

  • no significant changes
Commits

Updates symfony/console from 7.1.2 to 7.1.3

Release notes

Sourced from symfony/console's releases.

v7.1.3

Changelog (symfony/console@v7.1.2...v7.1.3)

Commits
  • cb1dcb3 Merge branch '7.0' into 7.1
  • f381ef0 Merge branch '6.4' into 7.0
  • 504974c Merge branch '5.4' into 6.4
  • cef6239 [Console][PhpUnitBridge][VarDumper] Fix NO_COLOR empty value handling
  • b4b10ae Merge branch '7.0' into 7.1
  • 47e37d8 Merge branch '6.4' into 7.0
  • 68380d6 be explicit about the signal to reset
  • See full diff in compare view

Updates symfony/validator from 7.1.2 to 7.1.3

Release notes

Sourced from symfony/validator's releases.

v7.1.3

Changelog (symfony/validator@v7.1.2...v7.1.3)

Commits
  • ba711a6 Merge branch '7.0' into 7.1
  • b3e4d83 Merge branch '6.4' into 7.0
  • bcf939a Merge branch '5.4' into 6.4
  • 5ad62a0 treat uninitialized properties referenced by property paths as null
  • 249792a minor #57823 [Validator] properly set up constraint options (xabbuh)
  • 9f46936 Merge branch '7.0' into 7.1
  • 8eb1c27 Merge branch '6.4' into 7.0
  • f585ed9 Merge branch '5.4' into 6.4
  • 4595a47 [Validator] Add Catalan and Spanish translation for WordCount constraint"
  • e64a020 properly set up constraint options
  • Additional commits viewable in compare view

Updates symfony/serializer from 7.1.2 to 7.1.3

Release notes

Sourced from symfony/serializer's releases.

v7.1.3

Changelog (symfony/serializer@v7.1.2...v7.1.3)

Commits
  • 0d5ddac Merge branch '7.0' into 7.1
  • 79b073c Merge branch '6.4' into 7.0
  • 430a73d use more entropy with uniqid()
  • ffe0eef Merge branch '5.4' into 6.4
  • 1e538a6 use more entropy with uniqid()
  • 3bfc744 [Serializer] Raise correct exception in ArrayDenormalizer
  • 3784578 Merge branch '6.4' into 7.0
  • 56ce31d Merge branch '5.4' into 6.4
  • c97dba5 [Serializer] Check if exception message in test is correct
  • See full diff in compare view

Updates symfony/translation from 7.1.1 to 7.1.3

Release notes

Sourced from symfony/translation's releases.

v7.1.3

Changelog (symfony/translation@v7.1.2...v7.1.3)

Commits
  • 8d5e50c Merge branch '7.0' into 7.1
  • 480fc1b Merge branch '6.4' into 7.0
  • 9404120 Merge branch '5.4' into 6.4
  • 1d702ca [Translation] Fix CSV escape char in CsvFileLoader on PHP >= 7.4
  • See full diff in compare view

Updates symfony/http-client from 7.1.2 to 7.1.3

Release notes

Sourced from symfony/http-client's releases.

v7.1.3

Changelog (symfony/http-client@v7.1.2...v7.1.3)

  • no significant changes
Commits
  • b79858a Merge branch '7.0' into 7.1
  • 3ae495c Merge branch '6.4' into 7.0
  • b5e498f Merge branch '5.4' into 6.4
  • ed17728 minor #57689 [Contracts][HttpClient] Skip tests when zlib's ob_gzhandler() ...
  • 114e768 Merge branch '7.0' into 7.1
  • 454bf78 Merge branch '6.4' into 7.0
  • 0cdf28f Merge branch '5.4' into 6.4
  • 1663725 [Contracts][HttpClient] Skip tests when zlib's ob_gzhandler() doesn't exist
  • 88cdf42 Fix typo
  • See full diff in compare view

Updates symfony/property-info from 7.1.2 to 7.1.3

Release notes

Sourced from symfony/property-info's releases.

v7.1.3

Changelog (symfony/property-info@v7.1.2...v7.1.3)

Commits
  • 88a279d bug #57708 [PropertyInfo] Check if property is nullable when using `Reflectio...
  • 9ad37e2 [PropertyInfo] Check if property is nullable when using ReflectionExtractor
  • a87c9aa Merge branch '7.0' into 7.1
  • ee413c2 Merge branch '6.4' into 7.0
  • edaea9d Merge branch '5.4' into 6.4
  • 6616a8b fix tests
  • 825aa93 [PropertyInfo] Fix nullable value returned from extractFromMutator on Collect...
  • 98dd241 add tests for TypeInfo types
  • 4698025 Merge branch '7.0' into 7.1
  • 7177b61 Merge branch '6.4' into 7.0
  • Additional commits viewable in compare view

Updates symfony/security-bundle from 7.1.2 to 7.1.3

Release notes

Sourced from symfony/security-bundle's releases.

v7.1.3

Changelog (symfony/security-bundle@v7.1.2...v7.1.3)

Commits
  • 4f77a89 [Security] Update web-token/jwt-library version and adjust checker parameters
  • 4ec3cda Merge branch '7.0' into 7.1
  • c9a134c Merge branch '6.4' into 7.0
  • 50007f4 use firewall-specific user checkers when manually logging in users
  • See full diff in compare view

Updates symfony/framework-bundle from 7.1.2 to 7.1.3

Release notes

Sourced from symfony/framework-bundle's releases.

v7.1.3

Changelog (symfony/framework-bundle@v7.1.2...v7.1.3)

Commits
  • a32ec54 Merge branch '7.0' into 7.1
  • 07a3717 Merge branch '6.4' into 7.0
  • 6cbdb0c Fix merge (bis)
  • 6986f45 Merge branch '7.0' into 7.1
  • 9d62f5c Merge branch '6.4' into 7.0
  • 21876ac Fix merge
  • 14562c0 Merge branch '7.0' into 7.1
  • bad7b25 Merge branch '6.4' into 7.0
  • 35bab84 move adding detailed JSON error messages to the validate phase
  • 9c6a443 Merge branch '7.0' into 7.1
  • Additional commits viewable in compare view

Updates phpstan/phpstan from 1.11.5 to 1.11.8

Release notes

Sourced from phpstan/phpstan's releases.

1.11.8

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

Bugfixes 🐛

... (truncated)

Commits
  • 6adbd11 PHPStan 1.11.8
  • c4c0269 Updated PHPStan to commit c4c02698414934def38e0e1a4a002a2c139d9242
  • c9a6d2e Updated PHPStan to commit c9a6d2e61edfad189a765df3c3a06674a10d4fb5
  • 101467d Updated PHPStan to commit 101467d47d75cc793baaec89abf858342436e25a
  • 7c2d8b4 Updated PHPStan to commit 7c2d8b45c30bc1a445be34d736b286f876805e4f
  • 4a0ffab Updated PHPStan to commit 4a0ffab348f87b874d80ac7d8289213d419fb860

Bumps the dependencies group with 23 updates:

| Package | From | To |
| --- | --- | --- |
| [api-platform/core](https://github.com/api-platform/core) | `3.3.7` | `3.3.11` |
| [sentry/sentry-symfony](https://github.com/getsentry/sentry-symfony) | `5.0.0` | `5.0.1` |
| [easycorp/easyadmin-bundle](https://github.com/EasyCorp/EasyAdminBundle) | `4.10.3` | `4.11.0` |
| [symfony/form](https://github.com/symfony/form) | `7.1.1` | `7.1.3` |
| [symfony/cache](https://github.com/symfony/cache) | `7.1.2` | `7.1.3` |
| [symfony/finder](https://github.com/symfony/finder) | `7.1.1` | `7.1.3` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `7.1.1` | `7.1.3` |
| [symfony/string](https://github.com/symfony/string) | `7.1.2` | `7.1.3` |
| [symfony/process](https://github.com/symfony/process) | `7.1.1` | `7.1.3` |
| [symfony/console](https://github.com/symfony/console) | `7.1.2` | `7.1.3` |
| [symfony/validator](https://github.com/symfony/validator) | `7.1.2` | `7.1.3` |
| [symfony/serializer](https://github.com/symfony/serializer) | `7.1.2` | `7.1.3` |
| [symfony/translation](https://github.com/symfony/translation) | `7.1.1` | `7.1.3` |
| [symfony/http-client](https://github.com/symfony/http-client) | `7.1.2` | `7.1.3` |
| [symfony/property-info](https://github.com/symfony/property-info) | `7.1.2` | `7.1.3` |
| [symfony/security-bundle](https://github.com/symfony/security-bundle) | `7.1.2` | `7.1.3` |
| [symfony/framework-bundle](https://github.com/symfony/framework-bundle) | `7.1.2` | `7.1.3` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.11.5` | `1.11.8` |
| [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) | `7.1.2` | `7.1.3` |
| [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) | `1.4.5` | `1.4.6` |
| [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) | `1.4.4` | `1.4.8` |
| [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) | `3.10.1` | `3.10.2` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `7.1.2` | `7.1.3` |


Updates `api-platform/core` from 3.3.7 to 3.3.11
- [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.7...v3.3.11)

Updates `sentry/sentry-symfony` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/getsentry/sentry-symfony/releases)
- [Changelog](https://github.com/getsentry/sentry-symfony/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-symfony@5.0.0...5.0.1)

Updates `easycorp/easyadmin-bundle` from 4.10.3 to 4.11.0
- [Release notes](https://github.com/EasyCorp/EasyAdminBundle/releases)
- [Commits](EasyCorp/EasyAdminBundle@v4.10.3...v4.11.0)

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

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

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

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

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

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

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

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

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

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

Updates `symfony/http-client` from 7.1.2 to 7.1.3
- [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.2...v7.1.3)

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

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

Updates `symfony/framework-bundle` from 7.1.2 to 7.1.3
- [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.2...v7.1.3)

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

Updates `symfony/phpunit-bridge` from 7.1.2 to 7.1.3
- [Release notes](https://github.com/symfony/phpunit-bridge/releases)
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/7.0/CHANGELOG.md)
- [Commits](symfony/phpunit-bridge@v7.1.2...v7.1.3)

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

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

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

Updates `symfony/web-profiler-bundle` from 7.1.2 to 7.1.3
- [Release notes](https://github.com/symfony/web-profiler-bundle/releases)
- [Changelog](https://github.com/symfony/web-profiler-bundle/blob/7.1/CHANGELOG.md)
- [Commits](symfony/web-profiler-bundle@v7.1.2...v7.1.3)

---
updated-dependencies:
- dependency-name: api-platform/core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sentry/sentry-symfony
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: easycorp/easyadmin-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/form
  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/finder
  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/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/translation
  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/property-info
  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: 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: symfony/phpunit-bridge
  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: symfony/web-profiler-bundle
  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 Aug 1, 2024
@github-actions github-actions bot merged commit 6fd52ea into master Aug 1, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot/composer/dependencies-bb6031fa0a branch August 1, 2024 02:20
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