Tried a new install + composer update to get the latest releases of commands, this template seems broken, now getting a fatal error with any librarian command:
PHP Fatal error: Cannot redeclare load_config() (previously declared in /home/erika/Projects/test-librarian/vendor/minicli/minicli/src/helpers.php:10) in /home/erika/Projects/test-librarian/app/helpers.php on line 19
Needs to remove the local implementation of the load_config in favor of using the native autoload config from Minicli.
Tried a new install + composer update to get the latest releases of commands, this template seems broken, now getting a fatal error with any librarian command:
Needs to remove the local implementation of the load_config in favor of using the native autoload config from Minicli.