Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Ignore platform requirements when running composer install, since thi…
Browse files Browse the repository at this point in the history
…s command will run on the host, but the app 'platform' is actually the VM.
  • Loading branch information
becw committed Jan 13, 2017
1 parent 4a36bf2 commit 4b8d118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4b8d118

Please sign in to comment.