Shopware 6.6.1.0 Error

Hello Everyone,
We have a problem about updating our Shopware 6.5.6.1 to 6.6.1.0
Here is the server information:
https://adashop.de/icons/pinf83.html

How can I will solved this problem?
Thanks in advance for your answers.

Here is the log:

Run Update preparations

pre-update-cmd: Symfony\Flex\Flex->configureInstaller
Loading composer repositories with package information
pre-pool-create: Symfony\Flex\Flex->truncatePackages
Updating dependencies
Dependency resolution completed in 0.006 seconds
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires moorl/foundation 1.5.30 (exact version match: 1.5.

You have to update the moorl/foundation plugin to 1.5.30. Did you do that?

This is insteresting. When I want to install moorl/foundation come Bad request error:

Could not execute „composer require“ for plugin "MoorlFoundation (moorl/foundation:1.5.39).
Output: ./composer.json has been updated Running composer update moorl/foundation --with-dependencies Loading composer repositories with package information Dependency shopware/core is also a root requirement.
Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies. Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1 - Root composer.json requires shopware/administration 6.5.8.7 (exact version match: 6.5.8.7), found shopware/administration[v6.5.8.7] but the package is fixed to v6.5.6.1 (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.

Problem 2 - Root composer.json requires shopware/core 6.5.8.7 (exact version match: 6.5.8.7), found shopware/core[v6.5.8.7] but the package is fixed to v6.5.6.1 (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.

Problem 3 - Root composer.json requires shopware/elasticsearch 6.5.8.7 (exact version match: 6.5.8.7), found shopware/elasticsearch[v6.5.8.7] but the package is fixed to v6.5.6.1 (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.

Problem 4 - Root composer.json requires shopware/storefront 6.5.8.7 (exact version match: 6.5.8.7), found shopware/storefront[v6.5.8.7] but the package is fixed to v6.5.6.1 (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.

Problem 5 - shopware/core v6.5.6.1 requires php ~8.1.0 || ~8.2.0 → your php version (8.3.4) does not satisfy that requirement. - moorl/foundation 1.5.39 requires shopware/core 6.5.* → satisfiable by shopware/core[v6.5.6.1]. - Root composer.json requires moorl/foundation 1.5.39 → satisfiable by moorl/foundation[1.5.39]. 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.

I solved the problem.
I just open /public/composer.json and delete „moorl/foundation“: „1.5.39“, than save the file.

Here is the similar problem link: