We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879e1b6 commit 932f2e2Copy full SHA for 932f2e2
1 file changed
composer.json
@@ -42,7 +42,6 @@
42
"doctrine/annotations": "^1.2",
43
"doctrine/collections": "^1.3",
44
"drupal/console-core": "dev-master",
45
- "drupal/console-dotenv": "~0",
46
"drupal/console-extend-plugin": "~0",
47
"guzzlehttp/guzzle": "~6.1",
48
"psy/psysh": "0.6.* || ~0.8",
@@ -51,6 +50,9 @@
51
50
"symfony/http-foundation": "~2.8|~3.0",
52
"symfony/thanks": "^1.0"
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
+ },
56
"bin": ["bin/drupal"],
57
"config": {
58
"bin-dir": "bin/",
0 commit comments