Skip to content

Commit

Permalink
[console] remove drupal/console-dotenv dependency. (#3800)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Feb 21, 2018
1 parent 879e1b6 commit 932f2e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"doctrine/annotations": "^1.2",
"doctrine/collections": "^1.3",
"drupal/console-core": "dev-master",
"drupal/console-dotenv": "~0",
"drupal/console-extend-plugin": "~0",
"guzzlehttp/guzzle": "~6.1",
"psy/psysh": "0.6.* || ~0.8",
Expand All @@ -51,6 +50,9 @@
"symfony/http-foundation": "~2.8|~3.0",
"symfony/thanks": "^1.0"
},
"suggest": {
"drupal/console-dotenv": "This project provide support for env and contains a new command to setup dotenv on a drupal site."
},
"bin": ["bin/drupal"],
"config": {
"bin-dir": "bin/",
Expand Down

0 comments on commit 932f2e2

Please sign in to comment.