Drupal 10 compatibility
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3337585. -->
Reported by: [jheinon_finland](https://www.drupal.org/user/3677524)
Related to !3 !4
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>The module is not compatible with Drupal 10. The motivation is to update the module so that it would be compatible with Drupal 10.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<ol>
<li>In order to verify the module's status, have the <code>upgrade_status</code>-module enabled.</li>
<li>You can either check the module's issues with the manual scanning at <code>admin/reports/upgrade-status</code> or by running the following command on the module's folder: <code>drush upgrade_status:analyze twig_extensions</code></li>
</ol>
<p>As of this moment, there are 2 issues:</p>
<pre>FILE: web/modules/contrib/twig_extensions/twig_extensions.info.yml<br><br>Value of core_version_requirement: ^8 || ^9 is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687.</pre><pre>FILE: web/modules/contrib/twig_extensions/composer.json<br><br>The drupal/core requirement is not compatible with the next major version of Drupal. Either remove it or update it to compatible. See https://drupal.org/node/2514612#s-drupal-9-compatibility.</pre><h3 id="summary-proposed-resolution">Proposed resolution</h3>
<h4>List of the tasks:</h4>
<ol>
<li><b>Update twig.extensions.info.yml:</b> The necessary change is to update the <code>core_version_requirement</code> in <code>twig_extensions.info.yml</code>.</li>
</ol>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<ol>
<li><b>Update twig.extensions.info.yml</b>
</li></ol>
<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 #3176362](https://www.drupal.org/node/3176362)
issue