This is solved in the latest release of both installers
(tested with https://github.com/Cotya/OpenMage-demo-deployment/blob/9e61a1eb6b88571a8a0309a05d740c04c53573de/src/composer.json#L6 )
as OpenMage has a stricter limit on compatible installer versions (we should be more open here maybe), this will only work from the next OpenMage release on.
Till then you need to add a small workaround by requiring the installer as a different version
"magento-hackathon/magento-composer-installer": "4.0.1 as 3.2.3",
Is this issue now solved since release 20.0.5?
The composer.json includes 4.0.1 as far as I can tell.
"magento-hackathon/magento-composer-installer": "^3.1 || ^2.1 || ^4.0"
Yes, thank you for reminding us to close this Issue :)
In case you (or anyone else) notices any Issues with Composer 2.0, please feel free to inform us