@MWDelaney you are my hero
i finally have my development site working again, thanks for your suggestions, very helpful.
looking at the git unstaged files, the only thing that I changed is a line in the requirements.yml file in the trellis directory. (found this solution here)
Should I do the re-provision of the staging/production after this update?
For future reference, if anybody will run into the same problem, these are the steps. (thanks to @MWDelaney)
- For development , run this:
ANSIBLE_TAGS=composer vagrant provision
(see this topic) - Manually delete the
vendor
folder, theweb/wp
and the plugins that you manage with composer - From my Trellis directory:
vagrant ssh
cd /srv/www/<sitename>/current
composer clear-cache
composer update