Fix dependency throwing error on composer autoload
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3571348. --> Reported by: [joevagyok](https://www.drupal.org/user/2876343) >>> <h3>Problem</h3> <p>Composer was throwing an error during autoload when the FlowDrop module was installed, preventing proper installation and operation.</p> <h3>Root Cause</h3> <p>A dependency was incorrectly specified in the composer.json file, causing autoload failures.</p> <h3>Solution</h3> <p>Corrected the dependency specification to resolve the autoload error.</p> <h3>Impact</h3> <ul> <li>Clean composer installation without errors</li> <li>Proper autoloading of FlowDrop classes</li> </ul> > Related issue: [Issue #3569610](https://www.drupal.org/node/3569610)
issue