Neos and PHP 8.0 Release

I have php 8.0 running on my server and tried to install neos with composer ?
It seems that neos is not compatible as of yet with php 8.0.

Does somebody have a solution or when Neos will work with Php 8.0 ?

What version of Neos CMS are you trying to install? What errors do you get?

From what I know, some of our dependencies are not 8 compatible yet. Therefore it’s not officially compatible. @aberl knows more probably.

Correct. Currently, we’re mainly depending on doctrine/migrations and doctrine/orm to become PHP8 compatible. The latter is compatible with PHP8 in it’s current 2.8.x-dev branch, but doctrine/migration is a blocker right now. You can follow progress on https://github.com/neos/flow-development-collection/pull/2287 and https://github.com/orgs/doctrine/projects/7#card-50248429

Thank you gentlemen for the info