php - Cannot redeclare composerRequire... - Composer issue? -


my development env os x mavericks using mamp , netbeans.

i'm experimenting cakephp plugin (cakeresque) , after installing via composer, following error being logged:

fatal error: cannot redeclare composerrequiref2c9cc1d84da6e308a0f610da161cf55() (previously > declared in .../app/vendor/composer/autoload_real.php:47) in .../app/vendor/composer/autoload_real.php on line 50

others using plugin , @ point, don't think related plugin. developer of plugin has been kind enough me troubleshoot through github issue no luck. in core config file, have:

require_once dirname(__dir__) . '/vendor/autoload.php'; 

i'm not requiring vendor/autoload anywhere else in application.

i found stackoverflow question never answered - exact same issue having.

because using mamp, have pointed local php mamp php bin - when run which php pointing mamp directory. may have nothing i'm trying include everything.

running composer self-update says date.

any appreciated.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -