Skip to content

Commit 731cc8a

Browse files
committed
Vagrant: require new box with added php-imagick to generate qrCodes
1 parent 3367500 commit 731cc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
1111

1212
# Every Vagrant virtual environment requires a box to build off of.
1313
config.vm.box = "NottingHack/hms2"
14-
config.vm.box_version = ">=1.2.0"
14+
config.vm.box_version = ">=1.3.0"
1515
config.vm.hostname = "hmsdev.nottingtest.org.uk"
1616

1717
config.vm.provider :virtualbox do |vb|

0 commit comments

Comments
 (0)