Fix lint php job
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3564618. -->
Reported by: [larowlan](https://www.drupal.org/user/395439)
Related to !439
>>>
<h3 id="overview">Overview</h3>
<p><a href="https://git.drupalcode.org/project/canvas/-/jobs/7757435">Lint PHP</a> job is failing in HEAD with some composer dependency issues</p>
<p>the tl;dr is <code>phpdocumentor/reflection-docblock</code> now supports 1.x and 2.x of <code>webmozart/assert</code> but <code>league/openapi-psr7-validator</code> only supports 1.x - <code>composer install</code> is locking <code>webmozart/assert</code> to the 2.x version and we can't install <code>league/openapi-psr7-validator</code> - adding the <code>-W</code> lets composer downgrade <code>webmozart/assert</code> to 1.x when we require <code>league/openapi-psr7-validator</code></p>
<h3 id="proposed-resolution">Proposed resolution</h3>
<p>Resolve them</p>
<h3 id="ui-changes">User interface changes</h3>
issue