This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
2.5.1
Added
- Added a trigger to the default Vagrantfile that keeps the installed version of Composer up to date (#68)
Changed
- Removed the custom drush wrapper in ~/bin. Drush 9 handles this itself.
- Removed the
vagrant up
trigger that rancomposer install
on the project
Updating from 2.5
- This update does not require destroying your current vagrant box.
- This version includes changes to the
Vagrantfile
template. To get these changes, either re-run the-vagrant's installer withvendor/bin/the-vagrant-installer
, OR manually apply the changes from the diff from #70. - As a developer, you may also want to:
- From your Vagrant box,
rm ~/bin/drush
- Log out of your vagrant and then back in before continuing to work
- From your Vagrant box,