Sometimes, when I run composer install, it create in the folder vendor/bin a symlink templatemap_generator.php that links to ../zendframework/zendframework/bin/templatemap_generator.php
Sometimes, that file links to ./zendframework/zendframework/bin/pluginmap_generator.php
What's the criteria and how to force to choose the last one (that I think it's the newest one)?
Sometimes, when I run composer install, it create in the folder
vendor/bina symlinktemplatemap_generator.phpthat links to../zendframework/zendframework/bin/templatemap_generator.phpSometimes, that file links to
./zendframework/zendframework/bin/pluginmap_generator.phpWhat's the criteria and how to force to choose the last one (that I think it's the newest one)?