Install composer problem for newbie

Your software
My PHP version is : 7.4
My MySQL/MariaDB version is (delete as applicable): MySQL/MariaDB version

Hi… I am not techie guy, and newbie with PHP dependency…
But, I try to install composer on my hosting, via ssh
so I follow step on this How to install Mautic | Mautic

and this is result

  1. install composer (success)
  2. run this
composer create-project mautic/recommended-project:^4 some-dir --no-interaction

and succes
3. run this

cd some-dir
composer require mautic/mautic-saelos-bundle:~2.0

and i get the problem on my ssh terminal.

[asokamai@sng100 some-dir]$ composer require mautic/mautic-saelos-bundle:~2.0
symfony/flex contains a Composer plugin which is currently not in your allow-plugins config. See https://getcomposer.org/allow-plugins
Do you trust "symfony/flex" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [y,n,d,?] y
composer/installers contains a Composer plugin which is currently not in your allow-plugins config. See https://getcomposer.org/allow-plugins
Do you trust "composer/installers" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [y,n,d,?] y
mautic/core-composer-scaffold contains a Composer plugin which is currently not in your allow-plugins config. See https://getcomposer.org/allow-plugins
Do you trust "mautic/core-composer-scaffold" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [y,n,d,?] y
mautic/core-project-message contains a Composer plugin which is currently not in your allow-plugins config. See https://getcomposer.org/allow-plugins
Do you trust "mautic/core-project-message" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [y,n,d,?] y
./composer.json has been updated
Running composer update mautic/mautic-saelos-bundle
Loading composer repositorUpdating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires mautic/mautic-saelos-bundle ~2.0 -> satisfiable by mautic/mautic-saelos-bundle[2.0, 2.1].
    - mautic/mautic-saelos-bundle[2.0, ..., 2.1] require tightenco/collect ^5.6 -> found tightenco/collect[v5.6.0, ..., v5.8.38] but the package is fixed to v8.83.2 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
[asokamai@sng100 some-dir]$ ^C
[asokamai@sng100 some-dir]$

How to fix it…?
or what step can I do …?

thanks

Hey, did you resolve this? i too have the exact same problem.