We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
composer.json
"config": { "allow-plugins": { "thecodingmachine/discovery": true } }
and add --ignore-platform-req=composer-plugin-api to tests.yml composer install section.
--ignore-platform-req=composer-plugin-api
composer install
Originally posted by @antimech in #110 (comment)
The text was updated successfully, but these errors were encountered:
Learn more about the error here: https://github.com/botman/driver-telegram/actions/runs/6381289890/job/17317450233
Sorry, something went wrong.
No branches or pull requests
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:and add
--ignore-platform-req=composer-plugin-api
to tests.ymlcomposer install
section.Originally posted by @antimech in #110 (comment)
The text was updated successfully, but these errors were encountered: