Skip to content

Commit 932f2e2

Browse files
authored
[console] remove drupal/console-dotenv dependency. (#3800)
1 parent 879e1b6 commit 932f2e2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"doctrine/annotations": "^1.2",
4343
"doctrine/collections": "^1.3",
4444
"drupal/console-core": "dev-master",
45-
"drupal/console-dotenv": "~0",
4645
"drupal/console-extend-plugin": "~0",
4746
"guzzlehttp/guzzle": "~6.1",
4847
"psy/psysh": "0.6.* || ~0.8",
@@ -51,6 +50,9 @@
5150
"symfony/http-foundation": "~2.8|~3.0",
5251
"symfony/thanks": "^1.0"
5352
},
53+
"suggest": {
54+
"drupal/console-dotenv": "This project provide support for env and contains a new command to setup dotenv on a drupal site."
55+
},
5456
"bin": ["bin/drupal"],
5557
"config": {
5658
"bin-dir": "bin/",

0 commit comments

Comments
 (0)