Skip to content

Commit

Permalink
Merge pull request #70 from palantirnet/use-drush-9
Browse files Browse the repository at this point in the history
Use Drush 9
  • Loading branch information
becw authored Oct 20, 2017
2 parents 502d5c4 + 2284987 commit 907d865
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,30 @@
"sort-packages": "true"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/becw/phing-drush-task"
},
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"composer/installers": "^1.0",
"drupal-composer/drupal-scaffold": "^1.0",
"drupal/config_installer": "^1.0",
"drupal-composer/drupal-scaffold": "^2.3",
"drupal/config_installer": "^1.5",
"drupal/core": "^8.0"
},
"require-dev": {
"behat/behat": "^3.1",
"behat/mink": "^1.7",
"behat/mink-extension": "^2.2",
"behat/mink-goutte-driver": "^1.2",
"drupal/console": "^0.11.3",
"drupal/console": "^1.0",
"drupal/drupal-extension": "^3.1",
"drush/drush": "^8.0",
"palantirnet/the-build": "^1.0",
"drush/drush": "9.0.0-beta7 as 8.1.15",
"palantirnet/the-build": "^2.0",
"palantirnet/the-vagrant": "^1.0"
},
"suggest": {
Expand Down

0 comments on commit 907d865

Please sign in to comment.