Skip to content

Commit 4bd6910

Browse files
build: adjusted dependencies in Vagrantfile
1 parent be432bf commit 4bd6910

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Vagrantfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Vagrant.configure("2") do |config|
88
config.vm.provision "shell", inline: <<-SHELL
99
yes | pkg update
1010
yes | pkg upgrade
11-
yes | pkg install python38-3.8.18
12-
yes | pkg install php80-composer-2.6.6
11+
yes | pkg install python38
12+
yes | pkg install php82-composer
1313
yes | pkg install portsnap
1414
portsnap fetch --interactive
1515
portsnap extract
@@ -24,4 +24,4 @@ Vagrant.configure("2") do |config|
2424
vb.customize ["modifyvm", :id, "--nictype1", "virtio"]
2525
vb.customize ["modifyvm", :id, "--nictype2", "virtio"]
2626
end
27-
end
27+
end

0 commit comments

Comments
 (0)