expand_composer_json.php should not encode tags
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3458240. --> Reported by: [chi](https://www.drupal.org/user/556138) Related to !232 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Currently the requirements might be encoded as follows.</p> <pre>&nbsp;&nbsp; "require": {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "php": "\u003E=8.3",<br>&nbsp;&nbsp;&nbsp; },</pre><h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>I suppose <code>JSON_HEX_TAG</code> should not be used when encoding composer.json.</p>
issue