Elgg / starter-project

Repo to start a project using Elgg
3 stars 14 forks source link

We need post-update-cmd as well #37

Closed mrclay closed 3 years ago

mrclay commented 8 years ago

https://github.com/composer/composer/issues/5066#issuecomment-196979820

LT;DR Basically, we now need to symlink plugins on post-update-cmd as well because composer has "fixed" it's behavior so that composer install without a lock file is actually seen as an update, and no longer fires post-install-cmd. This broke Laravel's installer as well.