Composer Issue while Migrating to 4.3 to 5.0

Hello.

I am migrating to 4.3 to 5.0 Release but getting the issue while executing the comoser update command.
I was following the below reference.
https://docs.neos.io/cms/references/upgrade-instructions/upgrade-instructions-4-3-5-0

Below issue occures.

And my snapshot for the composer.json

Could anyone please help me here

You need to update your redirecthandler-* packages as well :slight_smile: 3.0 branch support Neos CMS versions below 5.0

Thanks for the help

Could you please let me know for which version should i update( redirecthandler-) ,as I executed these command as suggested in link.

composer require --no-update “neos/neos:~5.0.0”
composer require --no-update “neos/nodetypes:~5.0.0”

composer require --no-update “neos/demo:~6.0.0”
composer require --no-update “neos/site-kickstarter:~5.0.0”

And should I also update the below lines of code

“replace”: {
“neos/neos-base-distribution”: “4.3.3”
},

I believe you should upgrade to the 4.0 branch. This is my part in composer.json for a 5.2 project

        "neos/redirecthandler": "^4.0",
        "neos/redirecthandler-neosadapter": "~4.0",
        "neos/redirecthandler-databasestorage": "~4.0",
        "neos/redirecthandler-ui": "^2.3",
```

Thanks for the suggestion.
I am afraid, still it is not working after updating to the above version.

and below is the issue after composer update

Any suggestion

Now composer tells you that the neos-ui versions it not matching.

Upgrade that accordingly to neos/neos-ui: ~5.0

Thanks for help.
composer updated worked now
But unfortunately I am getting below issue while accessing the application

Even I performed the troubleshooting instruction from the above link mentioned, attahcing the below just for reference

Is there anything I need to update here

I believe it’s due to this header in the upgrade instructions

The mapping of Neos.NodeTypes to their subpackage namespace was removed

https://docs.neos.io/cms/references/upgrade-instructions/upgrade-instructions-4-3-5-0