Skip to content

Commit

Permalink
Fixes #2649: Require DrupalVM 4.8. (#2650)
Browse files Browse the repository at this point in the history
  • Loading branch information
malikkotob authored and grasmash committed Mar 16, 2018
1 parent d5eb599 commit 8c30d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Robo/Commands/Vm/VmCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class VmCommand extends BltTasks {
*/
public function initialize() {
$this->drupalVmAlias = $this->getConfigValue('project.machine_name') . '.local';
$this->drupalVmVersionConstraint = '~4.3';
$this->drupalVmVersionConstraint = '^4.8';
$this->defaultDrupalVmDrushAliasesFile = $this->getConfigValue('blt.root') . '/scripts/drupal-vm/drupal-vm.site.yml';
$this->defaultDrupalVmConfigFile = $this->getConfigValue('blt.root') . '/scripts/drupal-vm/config.yml';
$this->defaultDrupalVmVagrantfile = $this->getConfigValue('blt.root') . '/scripts/drupal-vm/Vagrantfile';
Expand Down

0 comments on commit 8c30d88

Please sign in to comment.