Problem/Motivation
Since https://www.drupal.org/node/3295096, this happens:
- Root composer.json requires drupal/core-recommended 9.4.5 -> satisfiable by drupal/core-recommended[9.4.5].
- drupal/sms[dev-2.x, 2.0.0-alpha1, ..., 2.x-dev] require drupal/telephone * -> satisfiable by drupal/core[8.0.0-beta8, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.4.3, 10.0.0-alpha1, ..., 10.0.0-alpha6].
Steps to reproduce
Install Drupal core 9.4.5 using composer, then try installing smsframework.
Proposed resolution
Update composer.json.
Remaining tasks
None.
User interface changes
None.
API changes
None.
Data model changes
None.
Comments
Comment #2
wim leersJust the
*.info.ymldeclarations are sufficient —composer.jsondependencies should be for packages, not modules.Comment #3
wim leersPlease also credit @effulgentsia, without whom I'd never have found this! 😬
Comment #7
dpiComment #8
dpiComment #9
dpiComment #10
wim leersSorry about the trailing comma 😅
And thanks for jumping on this so incredibly quickly! 😮
Comment #11
dpiComment #12
dpi@Wim Leers no problem!
Comment #16
dpiChanges can be found in 2.0.1 and 2.1.0-beta2