PHP 7.2 on initial Vagrant Up?

I have a client who has a pre-existing theme that is not compatible with PHP7.3. Is there a quick and easy way to provision a brand new Vagrant box using PHP7.2?

I’ve tried setting PHP require to “7.2” in composer.json as well as SSH’ing into the box, stopping 7.3, installing and starting 7.2 and then doing a vagrant reload --provision but nothing works.

Any help would be much appreciated!

Essentially: reverse these commits.

This topic was automatically closed after 42 days. New replies are no longer allowed.