This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Description
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)?