-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
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
RoboFile related error #189
Comments
Please add configuration file for GitHub actions. |
Here is a test file: |
Could copy-paste it here? I see blank page in I need to see some github actions config that uses phpqa and causes |
Running Please try with this
Do this:
You should see the error then. |
You have weird $ composer install
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- povils/phpmnd v2.0.0 requires jakub-onderka/php-console-highlighter ^0.3.2 -> satisfiable by jakub-onderka/php-console-highlighter[v0.3.2].
- povils/phpmnd v2.1.0 requires jakub-onderka/php-console-highlighter ^0.3.2 -> satisfiable by jakub-onderka/php-console-highlighter[v0.3.2].
- Conclusion: don't install jakub-onderka/php-console-highlighter v0.3.2
- Installation request for povils/phpmnd ^2 -> satisfiable by povils/phpmnd[v2.0.0, v2.1.0]. It worked after deleting
I can't really help you with that. It's dependency issue, maybe caused by https://github.com/MacFJA/phpqa-extensions. I would start with empty composer.json. At first require phpqa. Then require additional packages. |
Thank you for this helpful pointer. I will investigate it. |
For reference: the conflict is caused between |
#189 #190 v0.5.2 used in first phpqa version https://github.com/EdgedesignCZ/phpqa/blob/v1.0.0/composer.lock
Hello,
trying to get PHPQA running in a CI job using GitHub actions. But I am not able to cope with an error message - maybe just an obvious beginner issue.
Here is what I did so far:
Installed version
1.23.2
using composer.Added a
.phpqa.yml
file containing:Running these commands:
Which results in this error:
Originally I had no YAML file, but added the parameters as CLI arguments. Did not change anything, same error occured.
Any idea what I am missing here?
The text was updated successfully, but these errors were encountered: