Content Access is 2.0
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3404220. -->
Reported by: [jrochate](https://www.drupal.org/user/1832798)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>The oficial release of <a href="https://www.drupal.org/project/content_access">Content Access</a> is now 2.0.0</p>
<p>The current eca_content_access doesn't download, since there is a requeriment for version 1.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<pre>composer require drupal/content_access<br>composer require drupal/eca_content_access</pre><pre>Your requirements could not be resolved to an installable set of packages.<br><br> Problem 1<br> - Root composer.json requires drupal/eca_content_access ^1.0 -> satisfiable by drupal/eca_content_access[1.0.0, 1.0.x-dev].<br> - drupal/eca_content_access[1.0.0, ..., 1.0.x-dev] require drupal/content_access ^1.0 -></pre><p>I'm not sure if it's safe just upgrading the requeriment, so for now I'm just reporting this</p>
issue