Skip to content
Snippets Groups Projects
Commit 99ae433f authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3023116: Add Drupal Console ~1.0 to require-dev

parent fbb53a9b
No related branches found
No related tags found
No related merge requests found
...@@ -27,10 +27,10 @@ ...@@ -27,10 +27,10 @@
} }
}, },
"require": { "require": {
"composer/installers": "~1", "composer/installers": "~1.0",
"oomphinc/composer-installers-extender": "~1", "oomphinc/composer-installers-extender": "~1.0",
"cweagans/composer-patches": "~1", "cweagans/composer-patches": "~1.0",
"drupal-composer/drupal-scaffold": "~2", "drupal-composer/drupal-scaffold": "~2.0",
"drupal/drupal-library-installer-plugin": "^0.3", "drupal/drupal-library-installer-plugin": "^0.3",
"drupal/varbase_core": "6.x-dev", "drupal/varbase_core": "6.x-dev",
"drupal/varbase_media": "6.x-dev", "drupal/varbase_media": "6.x-dev",
...@@ -59,17 +59,18 @@ ...@@ -59,17 +59,18 @@
"drupal/login_destination": "1.x-dev#54be8b89fdc073ca40af6b9b2eeb050e0aeb7908" "drupal/login_destination": "1.x-dev#54be8b89fdc073ca40af6b9b2eeb050e0aeb7908"
}, },
"require-dev": { "require-dev": {
"drush/drush": "~9", "drupal/console": "~1.0",
"drupal/coder": "~8", "drush/drush": "~9.0",
"drupal/drupal-extension": "~3", "drupal/coder": "~8.0",
"phing/phing": "~2", "drupal/drupal-extension": "~3.0",
"behat/behat": "~3", "phing/phing": "~2.0",
"behat/mink": "~1", "behat/behat": "~3.0",
"behat/mink-extension": "~2.", "behat/mink": "~1.0",
"behat/mink-goutte-driver": "~1", "behat/mink-extension": "~2.0",
"behat/mink-zombie-driver": "~1", "behat/mink-goutte-driver": "~1.0",
"behat/mink-selenium2-driver": "~1", "behat/mink-zombie-driver": "~1.0",
"behatch/contexts": "~3", "behat/mink-selenium2-driver": "~1.0",
"behatch/contexts": "~3.0",
"emuse/behat-html-formatter": "^0.1.0" "emuse/behat-html-formatter": "^0.1.0"
}, },
"config": { "config": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment