Skip to content

Commit 94dd5e4

Browse files
committed
Install xdebug
1 parent 99659c5 commit 94dd5e4

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
@@ -6,7 +6,7 @@ Vagrant.configure(2) do |config|
66

77
config.vm.provision "shell", inline: <<-SHELL
88
apt-get -y -qq update
9-
apt-get -y -qq install php-cli php-curl php-xml
9+
apt-get -y -qq install php-cli php-curl php-xml php-xdebug
1010
1111
curl --silent https://getcomposer.org/installer | php > /dev/null 2>&1
1212
mv composer.phar /usr/local/bin/composer

0 commit comments

Comments
 (0)