You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Sorry if I did something wrong) I tried to install the message_notify with composer require drupal/message_notify and since message module is not ported officially yet, I configured the composer json repo to be able to download message module.
The issue is that the 8.x-1.x version of message_notify is set to require a version of message ~8.1.0 which is reported as undetectable.
Shouldn't the composer.json. Shouldn't the composer declare a requirement of the dev-8.x-1.x version instead?
The text was updated successfully, but these errors were encountered:
(Sorry if I did something wrong) I tried to install the message_notify with composer require drupal/message_notify and since message module is not ported officially yet, I configured the composer json repo to be able to download message module.
The issue is that the 8.x-1.x version of message_notify is set to require a version of message ~8.1.0 which is reported as undetectable.
Shouldn't the composer.json. Shouldn't the composer declare a requirement of the dev-8.x-1.x version instead?
The text was updated successfully, but these errors were encountered: