Installation Expressive Skeleton Application

I’m trying to install Zend 3 (Expressive Skeleton Application) . Gives an error and does not put vendor

It does not update composer 2.1.2. I have a version 2.8.3
And inside the file composer.json is not the right version Zend 2

Problem 1
    - Root composer.json requires zendframework/zend-component-installer ^2.1.1 -> satisfiable by zendframework/zend-component-installer[2.1.1, 2.1.2].
    - zendframework/zend-component-installer[2.1.1, ..., 2.1.2] require composer-plugin-api ^1.0 -> found composer-plugin-api[2.6.0] but it does not match the constraint.
  Problem 2
    - Root composer.json requires zendframework/zend-expressive-tooling ^1.0 -> satisfiable by zendframework/zend-expressive-tooling[1.0.0, ..., 1.3.0].

    - zendframework/zend-component-installer[2.1.1, ..., 2.1.2] require composer-plugin-api ^1.0 -> found composer-plugin-api[2.6.0] but it does not match the constraint.
    - zendframework/zend-expressive-tooling[1.0.0, ..., 1.3.0] require zendframework/zend-component-installer ^2.0 -> satisfiable by zendframework/zend-component-installer[2.1.1, 2.1.2].

For new projects you should be installing the Mezzio skeleton.

Unfortunately. There is also a conflict of versions.
Zend died(

Can you explain this further? What is the specific problem when you create a project with Mezzio?