Those commands went through okay, though has led me back to the same error: Fatal error: Cannot declare class Hoa\Consistency\Autoloader, because the name is already in use in /usr/local/var/www/ca/vendor/hoa/consistency/Source/Autoloader.php on line 46
I notice the output of composer install
returns the following (after all the package install status updates, etc.):
69 package suggestions were added by new dependencies, use
composer suggestto see details.
Package hoa/consistency is abandoned, you should avoid using it. No replacement was suggested.
Package laminas/laminas-zendframework-bridge is abandoned, you should avoid using it. No replacement was suggested.
Generating autoload files
Similar messages in the past had me deleting hoa/consistency from /vendor, since that's the vendor package implicated in the error message in the browser when attempting the providence install. Is there another approach I might take? Thanks.