diff --git a/conf/vagrant/Vagrantfile b/conf/vagrant/Vagrantfile index d95ea7a..a53489a 100644 --- a/conf/vagrant/Vagrantfile +++ b/conf/vagrant/Vagrantfile @@ -57,7 +57,7 @@ Vagrant.configure(2) do |config| end config.trigger.before [:up, :reload] do - run "composer install" + run "composer install --ignore-platform-reqs" end end