Update info.yml core_version_requirement if the only php problems are Drupal 10 deprecations
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3153410. --> Reported by: [tedbow](https://www.drupal.org/user/240860) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Currently <code>\InfoUpdater\UpdateStatusXmlChecker::isInfoUpdatable()</code> will only return TRUE if the info.yml file with the message about <code>core_version_requirement</code> is the only problem Upgrade Status found.</p> <p>There are probably cases like deprecations for Drupal 10 that should not stop us from updating the info.yml file.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <ol> <li>Determine if there is way to tell if messages don't mean a project is not compatible with Drupal 9.</li> <li>Update the info.yml file if there no issue with Drupal 9 compatibility.</li> </ol> <p>Maybe Upgrade Status could add a core_version attribute to tell which version of core it pertains to.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3> <h3 id="summary-release-notes">Release notes snippet</h3>
issue