unicodeveloper / laravel-hackathon-starter

:computer: :octocat: A hackathon/MVP boilerplate for laravel web applications. Start your hackathons without hassle.
http://hackathon-starter-staging.herokuapp.com/
MIT License
1.63k stars 298 forks source link

fix(composer): Remove pre-update-cmd #18

Closed unicodeveloper closed 8 years ago

unicodeveloper commented 8 years ago

Can't rely on being able to run php artisan, before updating. composer/composer#5066

When installing without lockfile, Composer now behaves as upgrade. It also executes the pre-upgrade-cmd instead of pre-install-cmd. Behaviour with composer.lock available is not changed.

With the latest composer version, doing a fresh install will fail because the vendor files are not yet present.