You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2020. It is now read-only.
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)?