Update composer.json for Drupal >=9.4.4 compatibility
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3304584. --> Reported by: [wim leers](https://www.drupal.org/user/99777) Related to !13 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Since <a href="https://www.drupal.org/node/3295096">https://www.drupal.org/node/3295096</a>, this happens:</p> <pre>&nbsp;&nbsp;&nbsp;&nbsp; - Root composer.json requires drupal/core-recommended 9.4.5 -&gt; satisfiable by drupal/core-recommended[9.4.5].<br>&nbsp;&nbsp;&nbsp;&nbsp; - drupal/sms[dev-2.x, 2.0.0-alpha1, ..., 2.x-dev] require drupal/telephone * -&gt; 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].</pre><h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Install Drupal core 9.4.5 using <code>composer</code>, then try installing <code>smsframework</code>.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Update <code>composer.json</code>.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>None.</p> <h3 id="summary-ui-changes">User interface changes</h3> <p>None.</p> <h3 id="summary-api-changes">API changes</h3> <p>None.</p> <h3 id="summary-data-model-changes">Data model changes</h3> <p>None.</p> > Related issue: [Issue #3292380](https://www.drupal.org/node/3292380)
issue