Skip to content

Commit

Permalink
Fixes #1017: Running BLT commands in Drupal VM requires bz2; update t…
Browse files Browse the repository at this point in the history
…o Drupal VM 4.2.x. (#1018)

* Fixes #1017: Running BLT commands in Drupal VM requires bz2.

* Issue #1017: Upgrade to Drupal VM 4.2.x.
  • Loading branch information
geerlingguy authored and grasmash committed Jan 31, 2017
1 parent 85a7959 commit 0755ecf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 @@ -69,7 +69,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.1" logoutput="true" checkreturn="true" level="${blt.exec_level}" passthru="true"/>
<exec dir="${repo.root}" command="composer require --dev geerlingguy/drupal-vm:~4.2" logoutput="true" checkreturn="true" level="${blt.exec_level}" passthru="true"/>

<echo></echo>
<echo>BLT has created default configuration for your Drupal VM.</echo>
Expand Down
2 changes: 2 additions & 0 deletions scripts/drupal-vm/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ installed_extras:

# Use PHP 5.6.
php_version: "5.6"
php_packages_extra:
- "php{{ php_version }}-bz2"

# XDebug configuration.
# Change this value to 1 in order to enable xdebug by default.
Expand Down

0 comments on commit 0755ecf

Please sign in to comment.