How to prepare development environment with tools of specific version?

0

My manager asked me to prepare a development environment with following versions in Ubuntu 18.04 PHP: 7.3.2 Composer: 1.8.4 Laravel: 5.5.45 Nginx: 1.15.9 MySQL: 5.7.25

I installed Laravel using Vagrant and it has following installed versions PHP: 7.3.3 Composer: 1.8.4 Laravel: 5.8.10 Nginx: 1.15.8 MySQL: 5.7.25

Trying with an older Vagrant box it gave me PHP: 7.3.1 but i am not able to install specific version of PHP. So suggest me some ways including Vagrant or other to build up an development environment of specific version.

Thanks in advance!!!!

sanjeev51

Posted 2019-04-10T01:38:49.227

Reputation: 101

No answers