You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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...
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?
The text was updated successfully, but these errors were encountered: