- πΊπΈUnited States bluegeek9
This has already been changed.
"require": {
"drupal/message": "^1.0"
},
Tests fail to run because in composer, there is the
"require": {
"drupal/message": "~8.1.0"
},
which is not the correct way to use the versions anymore.
Adding a patch to change this to allow tests to run again.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This has already been changed.
"require": {
"drupal/message": "^1.0"
},