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
I have an issue where when the patch contains the information needed to allow for Drupal 9 such as adding:
core_version_requirement: ^8 || ^9
the patch never happens and instead I am presented with the:
Can only install one of: drupal/core[8.4.0, 9.0.7]. messages
How can I get around this or am I stuck downloading the module manually and patching it manually?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
@criley see https://www.computerminds.co.uk/articles/apply-drupal-9-compatibility-patches-composer - you have to override the package compatibility metadata so that this plugin gets chance to apply the necessary patch.
Sorry, something went wrong.
No branches or pull requests
I have an issue where when the patch contains the information needed to allow for Drupal 9 such as adding:
core_version_requirement: ^8 || ^9
the patch never happens and instead I am presented with the:
Can only install one of: drupal/core[8.4.0, 9.0.7]. messages
How can I get around this or am I stuck downloading the module manually and patching it manually?
Thanks in advance.
The text was updated successfully, but these errors were encountered: