-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Dependency issues if you have other Drupal related packages required in composer global #23
Comments
As discussed in Drupal slack, current work around is to follow instructions from https://github.com/mglaman/drupal-check/wiki/Drupal-9-Readiness and use the phar version, I haven't tried yet, will try and update. |
I blame |
It was zaporylie/composer-drupal-optimizations, after removing it, I was able to install drupal-check thanks @mglaman @zaporylie |
drush/drush 9.6.2 requires symfony/console ^3.4 -> satisfiable by symfony/console[3.4.x-dev]. where as drupal-check require symfony/console v4.2 |
I am also running into this issue. I need this to run with local project composer and not globally. Using the phar is not really the best practice for this. There are several dependencies that cause this. drush is mentioned above. behat is another. All of these could be fixed if drupal-check allowed symfony/console 3.4. I recommend changing the composer requirement to: |
(sorry, above comment was from me...was logged into wrong gitlab account) |
This was done, and I think it was released. Can you try upgrading? |
When I looked here at the composer.json in the "master" branch, it still says: |
Oh, dur I missed the ~3.4 @mike-potter mind opening a specific issue on that? I have tests running against this.
so I'd like to have better coverage against it |
Contents of ~/.composer/composer.json
The text was updated successfully, but these errors were encountered: