vccw-team / vccw

A Vagrant based development environment.
http://vccw.cc/
MIT License
1.02k stars 181 forks source link

How to upgrade to PHP 7.3? #352

Open IanZea opened 4 years ago

IanZea commented 4 years ago

how do we set what PHP to use in the default.yml ? before we hit vagrant reload --provision?

That's the place to set it right?

using this doesint work, composers:

phpunit/phpunit:7.3 squizlabs/php_codesniffer:~2.0 wp-coding-standards/wpcs:* it just makes version like this: 7.0.26-2+ubuntu16.04.1+deb.sury.org+2

Another question: Also when i tried to do 'vagrant reload --provision' it deleted my database which was very unfortunate. Any idea how to update php to 7.3 without deleting the database?

jaredchu commented 4 years ago

The project seems abandoned 2 years ago

mbwhite commented 4 years ago

I've just come back to look for this project - pity it's not updated. It was virtually perfect for my requirements.... will have to fork it just in case...