Skip to content

composer(deps-dev): bump the minor-patch-dependencies group with 6 updates #519

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2024

Updates the requirements on aws/aws-sdk-php, laminas/laminas-servicemanager, mimmi20/monolog-callbackfilterhandler, mimmi20/monolog-streamformatter, phpstan/phpstan and rector/rector to permit the latest version.
Updates aws/aws-sdk-php to 3.300.14

Release notes

Sourced from aws/aws-sdk-php's releases.

Version 3.300.14

  • Aws\EndpointV2 - Updates auth scheme selection criteria
  • Aws\CloudTrail - Added exceptions to CreateTrail, DescribeTrails, and ListImportFailures APIs.
  • Aws\Transfer - Added DES_EDE3_CBC to the list of supported encryption algorithms for messages sent with an AS2 connector.
  • Aws\BedrockAgentRuntime - Documentation update for Bedrock Runtime Agent
  • Aws\CodeBuild - This release adds support for a new webhook event: PULL_REQUEST_CLOSED.
  • Aws\CognitoIdentityProvider - Add ConcurrentModificationException to SetUserPoolMfaConfig
  • Aws\GuardDuty - Add RDS Provisioned and Serverless Usage types
  • Aws\Batch - This release adds JobStateTimeLimitActions setting to the Job Queue API. It allows you to configure an action Batch can take for a blocking job in front of the queue after the defined period of time. The new parameter applies for ECS, EKS, and FARGATE Job Queues.
Commits

Updates laminas/laminas-servicemanager to 4.0.0

Release notes

Sourced from laminas/laminas-servicemanager's releases.

4.0.0

Release Notes for 4.0.0

Release Notes for 4.0.0

laminas-servicemanager 4.0.0 is here and finally enables projects to consume psr/container v2.0.0 after 2 years along with several type-additions and plugin manager decoupling.

The migration guide is not written yet but will be at some point (once we added support for SM v4 to other components) later.

Added

  • Several native type-additions including property-, argument- and return-types and a lot more psalm types
  • ServiceManager#get, PluginManagerInterface#get and ServiceLocatorInterface#build now explicitly implement mixed as return-type to synchronize types with ContainerInterface#get
  • Support for psr/container v1.1 and v2.0
  • Ahead of Time factory creation for services explicitly using ReflectionBasedAbstractFactory via laminas-cli

Removed

  • Dropped support for PHP <8.1
  • Removed deprecated interfaces such as
    • Laminas\ServiceManager\AbstractFactoryInterface
    • Laminas\ServiceManager\FactoryInterface
    • Laminas\ServiceManager\InitializerInterface
    • Laminas\ServiceManager\DelegatorFactoryInterface
  • CLI commands which were exposed via vendor/bin are removed in favor of the laminas-cli integration. All CLI commands of v3.x are accessible via vendor/bin/laminas servicemanager:<v3.x command name> once laminas/laminas-cli is required in the projects dependencies
  • Removed deprecated ConfigInterface and Config-class since these files did not provide any validation logic and were just used to proxy the configuration array structure
  • Removed AbstractPluginManager#validate and AbstractPluginManager::$instanceOf property as in v3.x, implementing plugin managers were able to implicitly validate mixed. In case an implementing plugin manager is providing a single $instanceOf such as laminas-cache, there is a new class AbstractSingleInstancePluginManager available which requires the $instanceOf property to be configured

Breaking Changes

  • AbstractPluginManager does not extend ServiceManager anymore and instead uses an own ServiceManager instance under the hood to manage plugin manager related services which can be configured the same way as in v3.x
  • Dedicated CLI commands which were previously linked to vendor/bin are now integrated via laminas-cli and can be called via vendor/bin/laminas once laminas/laminas-cli is part of the projects requirements. Read more about how to consume these commands here.
  • AbstractPluginManager does not provide the validate-Method anymore and requires migration action such as:
    • extend AbstractSingleInstancePluginManager in case the plugin manager only provides instances of a specific interface- or class-string (please be aware that the $instanceOf property now requires native string property type)
    • implement validate method and verify whatever type has to be returned and/or just allow mixed as v3.x did when omitting $instanceOf property
  • Removed deprecated ConfigInterface and Config-class since these files did not provide any validation logic and were just used to proxy the configuration array structure
  • neither ServiceManager nor AbstractPluginManager do validate the provided configuration at runtime anymore. due to the psalm-types provided to ServiceManager#__construct, ServiceManager#configure, AbstractPluginManager#__construct and AbstractPluginManager#configure, the configuration schema is strictly typed and thus, a miss-configuration can be mitigated on static-analysis level prior actual runtime
  • AbstractPluginManager#get does not accept options anymore, in case an instance with options needs to be created, AbstractPluginManager#build has to be used

4.0.0

  • Total issues resolved: 7
  • Total pull requests resolved: 14
  • Total contributors: 6

Enhancement

... (truncated)

Commits
  • aa4b0f5 Merge pull request #225 from boesing/docs/console-tools-bugfix
  • e3ec60c bugfix: link to proper AoT factory section
  • aa074ae Merge pull request #224 from laminas/renovate/lock-file-maintenance
  • e80b222 Lock file maintenance
  • d69bfef Merge pull request #206 from laminas/renovate/lock-file-maintenance
  • c7edb25 Lock file maintenance
  • a18bb35 Merge pull request #204 from boesing/qa/static-analysis
  • ee7ab4e qa: remove redundant method implementations
  • b79a3d4 qa: ignore `SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.NoA...
  • 9fa7191 qa: update psalm to latest stable version
  • Additional commits viewable in compare view

Updates mimmi20/monolog-callbackfilterhandler to 3.0.5

Release notes

Sourced from mimmi20/monolog-callbackfilterhandler's releases.

update dependencies

What’s Changed

🕸 Dependencies:

  • github-actions: bump the minor-patch-dependencies group with 2 updates by @​dependabot (#189)
  • composer(deps-dev): bump the minor-patch-dependencies group with 3 updates by @​dependabot (#188)
  • composer(deps-dev): bump the minor-patch-dependencies group with 4 updates by @​dependabot (#187)
  • composer(deps-dev): bump the minor-patch-dependencies group with 2 updates by @​dependabot (#186)
  • github-actions: bump the minor-patch-dependencies group with 3 updates by @​dependabot (#184)
  • composer(deps-dev): bump the minor-patch-dependencies group with 3 updates by @​dependabot (#185)
  • composer(deps-dev): bump the minor-patch-dependencies group with 1 update by @​dependabot (#183)
  • composer(deps-dev): bump the minor-patch-dependencies group with 4 updates by @​dependabot (#182)
  • github-actions: bump the minor-patch-dependencies group with 1 update by @​dependabot (#180)
  • composer(deps-dev): bump the minor-patch-dependencies group with 4 updates by @​dependabot (#181)
  • composer(deps-dev): bump the minor-patch-dependencies group with 2 updates by @​dependabot (#178)
  • composer(deps-dev): bump the minor-patch-dependencies group with 2 updates by @​dependabot (#176)
  • composer(deps-dev): bump the minor-patch-dependencies group with 2 updates by @​dependabot (#174)
  • composer(deps-dev): bump the minor-patch-dependencies group with 1 update by @​dependabot (#171)
  • composer(deps-dev): bump the minor-patch-dependencies group with 4 updates by @​dependabot (#170)
  • github-actions: bump the minor-patch-dependencies group with 1 update by @​dependabot (#169)
  • composer(deps-dev): bump the minor-patch-dependencies group with 5 updates by @​dependabot (#167)
  • composer(deps-dev): bump the minor-patch-dependencies group with 3 updates by @​dependabot (#165)
  • github-actions: bump the minor-patch-dependencies group with 1 update by @​dependabot (#166)
  • composer(deps-dev): bump the minor-patch-dependencies group with 2 updates by @​dependabot (#164)
  • github-actions: bump the minor-patch-dependencies group with 1 update by @​dependabot (#163)
  • composer(deps-dev): bump the minor-patch-dependencies group with 2 updates by @​dependabot (#161)

🧹 Maintenance:

📦 Documentation:

👨🏼‍💻 Contributors

@​dependabot, @​dependabot[bot] and @​mimmi20

Commits
  • e636529 Merge pull request #191 from mimmi20/updates
  • b2edec4 update pipeline
  • 9c862f3 Merge pull request #189 from mimmi20/dependabot/github_actions/master/minor-p...
  • 558cfc7 github-actions: bump the minor-patch-dependencies group with 2 updates
  • 3a4c660 Merge pull request #188 from mimmi20/dependabot/composer/master/minor-patch-d...
  • e2cc93c composer(deps-dev): bump the minor-patch-dependencies group with 3 updates
  • 1a247a3 Merge pull request #187 from mimmi20/dependabot/composer/master/minor-patch-d...
  • a177869 composer(deps-dev): bump the minor-patch-dependencies group with 4 updates
  • aad7149 Merge pull request #186 from mimmi20/dependabot/composer/master/minor-patch-d...
  • dbce70d composer(deps-dev): bump the minor-patch-dependencies group with 2 updates
  • Additional commits viewable in compare view

Updates mimmi20/monolog-streamformatter to 3.1.2

Release notes

Sourced from mimmi20/monolog-streamformatter's releases.

update dependencies

What’s Changed

🕸 Dependencies:

  • github-actions: bump the minor-patch-dependencies group with 2 updates by @​dependabot (#307)
  • composer(deps): bump the minor-patch-dependencies group with 7 updates by @​dependabot (#306)
  • composer(deps-dev): bump the minor-patch-dependencies group with 2 updates by @​dependabot (#305)
  • github-actions: bump the minor-patch-dependencies group with 3 updates by @​dependabot (#303)
  • composer(deps-dev): bump the minor-patch-dependencies group with 3 updates by @​dependabot (#304)
  • composer(deps): bump the minor-patch-dependencies group with 2 updates by @​dependabot (#302)
  • composer(deps-dev): bump the minor-patch-dependencies group with 4 updates by @​dependabot (#301)

🧹 Maintenance:

📦 Documentation:

  • composer(deps): bump the minor-patch-dependencies group with 2 updates by @​dependabot (#302)

👨🏼‍💻 Contributors

@​dependabot, @​dependabot[bot] and @​mimmi20

Commits
  • 9f249eb Merge pull request #309 from mimmi20/updates
  • bca5bcc update pipeline
  • 89ea3fa Merge pull request #307 from mimmi20/dependabot/github_actions/master/minor-p...
  • 5a8ed60 github-actions: bump the minor-patch-dependencies group with 2 updates
  • 2e233de Merge pull request #306 from mimmi20/dependabot/composer/master/minor-patch-d...
  • f3c9844 composer(deps): bump the minor-patch-dependencies group with 7 updates
  • 08dc2be Merge pull request #305 from mimmi20/dependabot/composer/master/minor-patch-d...
  • 5a627a4 fix issues
  • 7ae37ac composer(deps-dev): bump the minor-patch-dependencies group with 2 updates
  • 4ae5108 Merge pull request #303 from mimmi20/dependabot/github_actions/master/minor-p...
  • Additional commits viewable in compare view

Updates phpstan/phpstan to 1.10.60

Release notes

Sourced from phpstan/phpstan's releases.

1.10.60

Learn more about this release in an article on phpstan.org!

Major new features 🚀

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
  • 95dcea7 PHPStan 1.10.60
  • 6b52280 Updated PHPStan to commit 6b522806f09ce95c683ec5012763dcc18dd922e5
  • 5c5f6cb Updated PHPStan to commit 5c5f6cb53e7e88324f61a3fdb0598299d3949705
  • 40b4cfd Updated PHPStan to commit 40b4cfd86fb409558a113ad73803d58d53b74f89
  • a4b91a1 Updated PHPStan to commit a4b91a15faf2e4f8fec1255feec4cfdeecdf455a
  • 644c44a Updated PHPStan to commit 644c44a8f4c27832253a1ab37fd6cb75a5004ffc
  • 327fbbf Updated PHPStan to commit 327fbbf1eb53df137c857e3edfb248d72bfc0de5
  • c38af6e Update Larastan
  • 810133d Updated PHPStan to commit 810133debe43c9ef9eca282cecba43595caa4eba
  • 029cf3b Updated PHPStan to commit 029cf3bd4d11ccd966f278f654ac291beebad436
  • Additional commits viewable in compare view

Updates rector/rector to 1.0.2

Release notes

Sourced from rector/rector's releases.

Released Rector 1.0.2

New Features and changes 🥳

  • Add minimal memory limit for local run phpstan without result cache (#5624), Thanks @​integer!
  • Add method RectorConfigBuilder::withSkipPath() (#5626), Thanks @​integer!
  • Add basic validation for skipped path (#5628), Thanks @​integer!
  • [Php80] Add DoctrineCoverterterAttributeDecorator to convert "false"/"true" string to false/true on nullable arg on Doctrine\ORM\Mapping\Column (#5629)
  • Add const fetch to class const fetch rector. (#5627), Thanks @​micaherne!
  • [DX] Add error message information for include full path to load internal phpstan bleedingEdge.neon config (#5635)
  • [TypeDeclaration] Adds AddParamTypeForFunctionLikeWithinCallLikeArgDeclarationRector rule (#5547), Thanks @​peterfox!
  • [Php83] Add type to final class constant (#5662), Thanks @​philbates35!

Bugfixes 🐛

  • [Php83] Early check private method in child before check parent on AddOverrideAttributeToOverriddenMethodsRector (#5622)
  • RectorConfigBuilder: skip and rules can be called multiple times (#5623), Thanks @​integer!
  • [CodeQuality] Skip not autoloaded parent class on CompleteDynamicPropertiesRector (#5636)
  • [Transform] Allow transform ruleWithConfiguration() to withConfiguredRule() on RectorConfigBuilderRector (#5637)
  • [Rector] Allow transform sets() to withSets() on RectorConfigBuilderRector (#5638)
  • [Transform] Allow transform disableParallel() to withoutParallel() on RectorConfigBuilderRector (#5640)
  • [Transform] Allow transform fileExtensions() to withFileExtensions() (#5641)
  • [Performance] [VendorLocker] Early allow change return type on private method on ClassMethodReturnTypeOverrideGuard::shouldSkipClassMethod() (#5642)
  • [VendorLocker] Early return false on private method on ParentClassMethodTypeOverrideGuard::hasParentClassMethod() (#5644)
  • [Renaming] Handle crash on RenameFunctionRector with die() and $_SESSION usage (#5646)
  • Cleanup scope check on UnreachableStatementNodeVisitor (#5648)
  • Keep comments in annotations when converting them to attributes (#5650), Thanks @​carlos-granados!
  • [Util] Make consistent new line splitter to Util (#5651)
  • [TypeDeclaration] Fix abs() returns on ReturnTypeFromStrictTypedCallRector (#5652)
  • [TypeDeclaration] Allow abs() to return int when pass int arg on ReturnTypeFromStrictTypedCallRector (#5653)
  • [TypeDeclaration] Skip possible returns false on ReturnTypeFromStrictNewArrayRector (#5654)
  • [TypeDeclaration] Include MockObject&ClassName docblock with IntersectionTypeNode on TypedPropertyFromStrictSetUpRector (#5655)
  • [Renaming] New Rule: RenameFunctionLikeParamWithinCallLikeArgRector (#5554), Thanks @​peterfox!
  • [PHPStanStaticTypeMapper] Avoid double \ prefix on IntersectionTypeMapper (#5656)
  • [BetterPhpDocParser] Clean up unnecessary create new ConstFetchNode() on ArrayItemClassNameDecorator (#5658)
  • [Php71] Skip re-assign as string on AssignArrayToStringRector (#5659)
  • [Privatization] Skip with suffix "TestCase" on FinalizeTestCaseClassRector (#5660)
  • [Php71] Skip re-assign as string on AssignArrayToStringRector part 2 (#5661)
  • [DeadCode] Fix infinite loop on RemoveDeadStmtRector + RemoveUnusedVariableAssignRector (#5666)
  • [Php81] Skip execution operator on NullToStrictStringFuncCallArgRector (#5667)
  • [Naming] Handle crash with numeric-string doc on RenamePropertyToMatchTypeRector (#5670)
  • [CodeQuality] Handle crash on named arg on deep closure on OptionalParametersAfterRequiredRector (#5671)
  • chore: bump min version of github actions (fix deprecations) (#5675), Thanks @​Chris53897!
  • [PHP 8.0] Fix case insenstive false positive replacement for str_ends_with (#5677)
  • [Transform] Allow transform phpVersion() to withPhpVersion() on RectorConfigBuilderRector (#5678)
  • Fix duplicated fixture class name on StaticToSelfStaticMethodCallOnFinalClassRector test (#5679)
  • [CodeQuality] Skip nested array on InlineArrayReturnAssignRector (#5680)
  • [CodeQuality] Skip combine var with property fetch on InlineArrayReturnAssignRector (#5681)
  • [CodeQuality] Handle array destructuring of unpack on ArrayMergeOfNonArraysToSimpleArrayRector (#5682)

... (truncated)

Commits
  • 7596fa6 Rector 1.0.2
  • 3a69e0f Updated Rector to commit 1ae68446ee021d88238f915bc06201559a0ec82d
  • 769ac36 Updated Rector to commit 1cd83bef6196e8b8913d2252a6c8a826bafcf62a
  • c34bb45 Updated Rector to commit 2846b015388fb1eb6d65941481fe9340908c1f79
  • 659d1a4 Updated Rector to commit c591bd291650ab22554ffd819e76d01a1a405719
  • 1dbac6e Updated Rector to commit ce70534b3c8406164f630acbe6c7a1b18623d757
  • 6986e1f Updated Rector to commit c9fe3caacced982e1c21d7203e9ea0f1bb2092c8
  • d31429d Updated Rector to commit dea2e16665cf567c20664c7ef9bac38d0d7d4f49
  • 991980c Updated Rector to commit 7191fae140cc8c35a699b6487117e1efa8b4d2f5
  • 695c190 Updated Rector to commit 94b5561ca87ee6825a098c7c506b774582bf3354
  • 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

…dates

Updates the requirements on [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php), [laminas/laminas-servicemanager](https://github.com/laminas/laminas-servicemanager), [mimmi20/monolog-callbackfilterhandler](https://github.com/mimmi20/monolog-callbackfilterhandler), [mimmi20/monolog-streamformatter](https://github.com/mimmi20/monolog-streamformatter), [phpstan/phpstan](https://github.com/phpstan/phpstan) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.

Updates `aws/aws-sdk-php` to 3.300.14
- [Release notes](https://github.com/aws/aws-sdk-php/releases)
- [Commits](aws/aws-sdk-php@3.300.9...3.300.14)

Updates `laminas/laminas-servicemanager` to 4.0.0
- [Release notes](https://github.com/laminas/laminas-servicemanager/releases)
- [Commits](laminas/laminas-servicemanager@3.22.1...4.0.0)

Updates `mimmi20/monolog-callbackfilterhandler` to 3.0.5
- [Release notes](https://github.com/mimmi20/monolog-callbackfilterhandler/releases)
- [Commits](mimmi20/monolog-callbackfilterhandler@3.0.4...3.0.5)

Updates `mimmi20/monolog-streamformatter` to 3.1.2
- [Release notes](https://github.com/mimmi20/monolog-streamformatter/releases)
- [Commits](mimmi20/monolog-streamformatter@3.1.1...3.1.2)

Updates `phpstan/phpstan` to 1.10.60
- [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.60)

Updates `rector/rector` to 1.0.2
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@1.0.1...1.0.2)

---
updated-dependencies:
- dependency-name: aws/aws-sdk-php
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: laminas/laminas-servicemanager
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: mimmi20/monolog-callbackfilterhandler
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: mimmi20/monolog-streamformatter
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: rector/rector
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from mimmi20 as a code owner March 9, 2024 03:11
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 9, 2024
Copy link
Contributor

github-actions bot commented Mar 9, 2024

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

composer.json
  • aws/aws-sdk-php@>= 3.300.14, < 4.0.0
  • laminas/laminas-servicemanager@>= 3.22.1, < 4.0.0 || >= 4.0.0, < 5.0.0
  • mimmi20/monolog-callbackfilterhandler@>= 3.0.5, < 4.0.0
  • mimmi20/monolog-streamformatter@>= 3.1.2, < 4.0.0
  • phpstan/phpstan@>= 1.10.60, < 2.0.0
  • rector/rector@>= 1.0.2, < 2.0.0
  • aws/aws-sdk-php@>= 3.300.9, < 4.0.0
  • laminas/laminas-servicemanager@>= 3.22.1, < 4.0.0
  • mimmi20/monolog-callbackfilterhandler@>= 3.0.4, < 4.0.0
  • mimmi20/monolog-streamformatter@>= 3.1.1, < 4.0.0
  • phpstan/phpstan@>= 1.10.59, < 2.0.0
  • rector/rector@>= 1.0.1, < 2.0.0

mimmi20
mimmi20 previously approved these changes Mar 9, 2024
@mimmi20 mimmi20 merged commit 67c04dd into master Mar 9, 2024
@mimmi20 mimmi20 deleted the dependabot/composer/master/minor-patch-dependencies-e29ab95941 branch March 9, 2024 09: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant