Skip to content

Commit

Permalink
Vagrant: require new box with added php-imagick to generate qrCodes
Browse files Browse the repository at this point in the history
  • Loading branch information
dpslwk committed May 21, 2019
1 parent 3367500 commit 731cc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit 731cc8a

Please sign in to comment.