We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99659c5 commit 94dd5e4Copy full SHA for 94dd5e4
Vagrantfile
@@ -6,7 +6,7 @@ Vagrant.configure(2) do |config|
6
7
config.vm.provision "shell", inline: <<-SHELL
8
apt-get -y -qq update
9
- apt-get -y -qq install php-cli php-curl php-xml
+ apt-get -y -qq install php-cli php-curl php-xml php-xdebug
10
11
curl --silent https://getcomposer.org/installer | php > /dev/null 2>&1
12
mv composer.phar /usr/local/bin/composer
0 commit comments