Skip to content

Commit

Permalink
Fixes #898: Upgrade to Drupal VM 4.1.0. (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy authored and grasmash committed Jan 3, 2017
1 parent 65c7547 commit 60d8e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phing/tasks/vm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<copy file="${blt.root}/scripts/drupal-vm/Vagrantfile" todir="${repo.root}" verbose="true"/>

<echo>Adding geerlingguy/drupal-vm to composer dev dependencies.</echo>
<exec dir="${repo.root}" command="composer require --dev geerlingguy/drupal-vm:~4.0" logoutput="true" checkreturn="true" level="${blt.exec_level}" passthru="true"/>
<exec dir="${repo.root}" command="composer require --dev geerlingguy/drupal-vm:~4.1" logoutput="true" checkreturn="true" level="${blt.exec_level}" passthru="true"/>

<echo></echo>
<echo>A new "box" directory and a Vagrantfile have been added to ${repo.root}</echo>
Expand Down

0 comments on commit 60d8e39

Please sign in to comment.