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> "require": {<br> "php": "\u003E=8.3",<br> },</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