Tests runs fine on my machine. Seems like to fix it here this needs to be added to the end of the composer.json file:
"config": {
"allow-plugins": {
"thecodingmachine/discovery": true
}
}
and add --ignore-platform-req=composer-plugin-api to tests.yml composer install section.
Originally posted by @antimech in #110 (comment)