From 731cc8a4d4434b651e060343857b4dbeae54f002 Mon Sep 17 00:00:00 2001 From: dpslwk Date: Tue, 21 May 2019 04:19:22 +0100 Subject: [PATCH] Vagrant: require new box with added php-imagick to generate qrCodes --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 4e319b5cc..1e3943f4a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -11,7 +11,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # Every Vagrant virtual environment requires a box to build off of. config.vm.box = "NottingHack/hms2" - config.vm.box_version = ">=1.2.0" + config.vm.box_version = ">=1.3.0" config.vm.hostname = "hmsdev.nottingtest.org.uk" config.vm.provider :virtualbox do |vb|