computerminds / parrot

A vagrant VM for Drupal Development
27 stars 15 forks source link

Feature/composer drush #107

Closed googletorp closed 8 years ago

googletorp commented 8 years ago

This installs composer and latest drush stable version. It's possible to configure which drush version you want to install with composer.

I also updated the PHP version in the Vagrantfile, we don't really use this, but seems odd to have the default value be 5.3, so updated it to be 5.5.

This fixes #103

computerminds-jenkins commented 8 years ago

Can one of the admins verify this patch?

darthsteven commented 8 years ago

@googletorp thanks for the work here! Can you merge in the latest upstream changes to the trusty branch please?

googletorp commented 8 years ago

@darthsteven I've updated the branch. It's not needed to merge it in, when github says that the branch has no conflicts though.

darthsteven commented 8 years ago

ok to test

darthsteven commented 8 years ago

Awesome, looks good to me, thanks!