Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit 0b2db54

Browse files
committed
Update versions of Drupal console and Drush
1 parent d7ae48b commit 0b2db54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DrupalInitCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ protected function getExtraRequires(InputInterface $input)
8181
'cweagans/composer-patches ^1.6.0',
8282
'hussainweb/drupal-composer-helper ^1.0',
8383
$input->getOption('core'),
84-
'drupal/console ^1.0.1',
85-
'drush/drush ~8.0|^9.0',
84+
'drupal/console ^1.0.2',
85+
'drush/drush ~8.0|^9.0.0-beta8',
8686
],
8787
];
8888
return $this->isDrupal7($input) ? $requires['d7'] : $requires['d8'];

0 commit comments

Comments
 (0)